Unneeded include's.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 19 Jun 2008 01:21:02 +0000 (01:21 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 19 Jun 2008 01:21:02 +0000 (01:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52478 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Mips/MipsAsmPrinter.cpp
lib/Target/PIC16/PIC16AsmPrinter.cpp

index b60729a80f0b163b4e279fca285fa6b7ec16ed3d..0587d9859c1a06e1922d51f891210144b42a0ab1 100644 (file)
@@ -32,7 +32,6 @@
 #include "llvm/Target/TargetOptions.h"
 #include "llvm/Support/Mangler.h"
 #include "llvm/ADT/Statistic.h"
-#include "llvm/ADT/SetVector.h"
 #include "llvm/ADT/StringExtras.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/CommandLine.h"
index 15711b5d01f091f6c5bcbd7dafb1ad09f576a674..c6b2ace6f664db4e7c65296142b3ef7ea3a71ed3 100644 (file)
@@ -20,7 +20,6 @@
 #include "llvm/Constants.h"
 #include "llvm/DerivedTypes.h"
 #include "llvm/Module.h"
-#include "llvm/ADT/SetVector.h"
 #include "llvm/ADT/Statistic.h"
 #include "llvm/ADT/StringExtras.h"
 #include "llvm/CodeGen/AsmPrinter.h"