From: Evan Cheng Date: Fri, 3 Mar 2006 02:04:29 +0000 (+0000) Subject: Move #include "llvm/CodeGen/AsmPrinter.h" to top since it's the interface. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=932f022b826c7b0b821c6a5369e18e4ebdceeb4c;p=oota-llvm.git Move #include "llvm/CodeGen/AsmPrinter.h" to top since it's the interface. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26493 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/AsmPrinter.cpp b/lib/CodeGen/AsmPrinter.cpp index ea959b516f7..dfac3c07788 100644 --- a/lib/CodeGen/AsmPrinter.cpp +++ b/lib/CodeGen/AsmPrinter.cpp @@ -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"