Merge System into Support.
[oota-llvm.git] / lib / Support / Allocator.cpp
index 02b45d8af98f1be8dd80b76fb1fbd297e59e026a..5e27df6628ebbb2524d70eb4f02b3d366fede742 100644 (file)
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Support/Allocator.h"
-#include "llvm/System/DataTypes.h"
+#include "llvm/Support/DataTypes.h"
 #include "llvm/Support/Recycler.h"
 #include "llvm/Support/raw_ostream.h"
-#include "llvm/System/Memory.h"
+#include "llvm/Support/Memory.h"
 #include <cstring>
 
 namespace llvm {