Archive: Replace all internal uses of PathV1 with PathV2. The external API still...
[oota-llvm.git] / include / llvm / Bitcode / BitCodes.h
index ada2e65ee6424d0e1347d9c7eca5d1025f5df168..449dc35d7de2edcaeb3e1febf9d8f787b6a7fa2a 100644 (file)
@@ -19,7 +19,7 @@
 #define LLVM_BITCODE_BITCODES_H
 
 #include "llvm/ADT/SmallVector.h"
-#include "llvm/System/DataTypes.h"
+#include "llvm/Support/DataTypes.h"
 #include <cassert>
 
 namespace llvm {