aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PIC16
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-04-05 04:04:10 +0000
committerChris Lattner <sabre@nondot.org>2010-04-05 04:04:10 +0000
commit4a16786e6b325f98303773db161d84fe692086d6 (patch)
treefce33b5b24e250467a031885ad29420b12407754 /lib/Target/PIC16
parent2cb53307e4b148bddbe65301fee21ac4174292ed (diff)
downloadexternal_llvm-4a16786e6b325f98303773db161d84fe692086d6.zip
external_llvm-4a16786e6b325f98303773db161d84fe692086d6.tar.gz
external_llvm-4a16786e6b325f98303773db161d84fe692086d6.tar.bz2
prune some #includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100399 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PIC16')
-rw-r--r--lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.cpp b/lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.cpp
index f388d96..c46db46 100644
--- a/lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.cpp
+++ b/lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.cpp
@@ -19,9 +19,7 @@
#include "llvm/DerivedTypes.h"
#include "llvm/Function.h"
#include "llvm/Module.h"
-#include "llvm/CodeGen/DwarfWriter.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
-#include "llvm/CodeGen/DwarfWriter.h"
#include "llvm/CodeGen/MachineModuleInfo.h"
#include "llvm/MC/MCStreamer.h"
#include "llvm/MC/MCSymbol.h"