From: Chris Lattner Date: Mon, 22 Feb 2010 22:15:05 +0000 (+0000) Subject: remove dupes now. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=54de8c1b391d060efc5140f31c04979500fcfb58;p=oota-llvm.git remove dupes now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96811 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/PIC16/PIC16ISelDAGToDAG.cpp b/lib/Target/PIC16/PIC16ISelDAGToDAG.cpp index 59264806369..2a9e592f040 100644 --- a/lib/Target/PIC16/PIC16ISelDAGToDAG.cpp +++ b/lib/Target/PIC16/PIC16ISelDAGToDAG.cpp @@ -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;