move #includes earlier.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96810 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/PIC16/PIC16ISelDAGToDAG.cpp b/lib/Target/PIC16/PIC16ISelDAGToDAG.cpp
index 82197ae..5926480 100644
--- a/lib/Target/PIC16/PIC16ISelDAGToDAG.cpp
+++ b/lib/Target/PIC16/PIC16ISelDAGToDAG.cpp
@@ -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