Move DataTypes.h to include/llvm/System, update all users. This breaks the last
[oota-llvm.git] / include / llvm / Target / TargetJITInfo.h
index 9545689cb711aeb4e674d98897a4a24667e0d93f..809f1830abf6f3b6a4f1568e38f4a79dae1c6cc1 100644 (file)
@@ -18,7 +18,7 @@
 #define LLVM_TARGET_TARGETJITINFO_H
 
 #include <cassert>
-#include "llvm/Support/DataTypes.h"
+#include "llvm/System/DataTypes.h"
 
 namespace llvm {
   class Function;