Move DataTypes.h to include/llvm/System, update all users. This breaks the last
[oota-llvm.git] / lib / Support / Allocator.cpp
index 7a3fd87c17eef50cc5b2248b5ac8e6408ac48380..31b45c8d4aae77538940f8f1b9e948f7f2726e23 100644 (file)
@@ -12,7 +12,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Support/Allocator.h"
-#include "llvm/Support/DataTypes.h"
+#include "llvm/System/DataTypes.h"
 #include "llvm/Support/Recycler.h"
 #include "llvm/Support/raw_ostream.h"
 #include "llvm/System/Memory.h"