remove dupes now.
authorChris Lattner <sabre@nondot.org>
Mon, 22 Feb 2010 22:15:05 +0000 (22:15 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 22 Feb 2010 22:15:05 +0000 (22:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96811 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PIC16/PIC16ISelDAGToDAG.cpp

index 592648063699016e5d2b586333bdb2ad3ebeadb0..2a9e592f040d3c5d1d0eaae68d15465581a7cfa2 100644 (file)
@@ -14,8 +14,6 @@
 #define DEBUG_TYPE "pic16-isel"
 
 #include "llvm/Support/ErrorHandling.h"
-#include "llvm/Support/raw_ostream.h"
-#include "llvm/Support/Debug.h"
 #include "PIC16ISelDAGToDAG.h"
 using namespace llvm;