Move #include "llvm/CodeGen/AsmPrinter.h" to top since it's the interface.
authorEvan Cheng <evan.cheng@apple.com>
Fri, 3 Mar 2006 02:04:29 +0000 (02:04 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 3 Mar 2006 02:04:29 +0000 (02:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26493 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter.cpp

index ea959b516f74adf9ce275762a4addc0310399b41..dfac3c07788422f0e167e31da56ef4eb50d24c2c 100644 (file)
@@ -11,9 +11,9 @@
 //
 //===----------------------------------------------------------------------===//
 
+#include "llvm/CodeGen/AsmPrinter.h"
 #include "llvm/Assembly/Writer.h"
 #include "llvm/DerivedTypes.h"
-#include "llvm/CodeGen/AsmPrinter.h"
 #include "llvm/Constants.h"
 #include "llvm/Module.h"
 #include "llvm/CodeGen/MachineConstantPool.h"