Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / lib / Target / Mangler.cpp
index c3e83725d64e18d92aaeedec9358f23f4529d1dd..edfd421d85329be98fb80ea739cb5dbae931d689 100644 (file)
@@ -14,9 +14,9 @@
 #include "llvm/Target/Mangler.h"
 #include "llvm/ADT/SmallString.h"
 #include "llvm/ADT/Twine.h"
-#include "llvm/DataLayout.h"
-#include "llvm/DerivedTypes.h"
-#include "llvm/Function.h"
+#include "llvm/IR/DataLayout.h"
+#include "llvm/IR/DerivedTypes.h"
+#include "llvm/IR/Function.h"
 #include "llvm/MC/MCAsmInfo.h"
 #include "llvm/MC/MCContext.h"
 #include "llvm/Support/raw_ostream.h"