Fix linux/msvc build, move include.
authorBenjamin Kramer <benny.kra@googlemail.com>
Mon, 13 Sep 2010 20:04:49 +0000 (20:04 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Mon, 13 Sep 2010 20:04:49 +0000 (20:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113776 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/AsmPrinter.h
include/llvm/Target/TargetData.h
lib/CodeGen/AsmPrinter/DwarfDebug.h

index e53c179e79399fa57fcbbf5e5e0e36c146d7e737..7eef9567a027951e8215ac1155810073ae3cc912 100644 (file)
@@ -17,7 +17,6 @@
 #define LLVM_CODEGEN_ASMPRINTER_H
 
 #include "llvm/CodeGen/MachineFunctionPass.h"
-#include "llvm/Support/DebugLoc.h"
 #include "llvm/System/DataTypes.h"
 
 namespace llvm {
index b89cbe0133f807e4fc54808f3d386fc424c6759c..5cdd114e8b8f03fc973602aeb01ad233810eeb44 100644 (file)
@@ -22,6 +22,7 @@
 
 #include "llvm/Pass.h"
 #include "llvm/ADT/SmallVector.h"
+#include "llvm/System/DataTypes.h"
 
 namespace llvm {
 
index f0ff3bc71699ad2dca30acc93494b34335619c06..f3ddf50704456d7bd8d7d62d627aa11328b2beee 100644 (file)
@@ -23,6 +23,7 @@
 #include "llvm/ADT/StringMap.h"
 #include "llvm/ADT/UniqueVector.h"
 #include "llvm/Support/Allocator.h"
+#include "llvm/Support/DebugLoc.h"
 
 namespace llvm {