move #includes earlier.
authorChris Lattner <sabre@nondot.org>
Mon, 22 Feb 2010 22:14:47 +0000 (22:14 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 22 Feb 2010 22:14:47 +0000 (22:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96810 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PIC16/PIC16ISelDAGToDAG.cpp
lib/Target/PIC16/PIC16ISelDAGToDAG.h

index 82197aebdb397abb719107c6a26a53fb910e41c3..592648063699016e5d2b586333bdb2ad3ebeadb0 100644 (file)
@@ -15,9 +15,8 @@
 
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/raw_ostream.h"
-#include "PIC16ISelDAGToDAG.h"
 #include "llvm/Support/Debug.h"
-
+#include "PIC16ISelDAGToDAG.h"
 using namespace llvm;
 
 /// createPIC16ISelDag - This pass converts a legalized DAG into a
index 813a540fb8a358e0fc9c7f2c715a73716d83f0e0..a2d14c44f7ba5395e4f8fcead2e9362dc662179f 100644 (file)
@@ -19,6 +19,8 @@
 #include "PIC16TargetMachine.h"
 #include "llvm/CodeGen/SelectionDAGISel.h"
 #include "llvm/Support/Compiler.h"
+#include "llvm/Support/raw_ostream.h"
+#include "llvm/Support/Debug.h"
 #include "llvm/Intrinsics.h"
 using namespace llvm;