summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-24 04:07:51 +0000
committerChris Lattner <sabre@nondot.org>2009-08-24 04:07:51 +0000
commit67db6af60de1d9c37bc58d8409834fdaf355fe3c (patch)
treeda504e802264d839965dc7e7b012d440fce06346 /lib
parent32e1eef631fb275c9db580d80116d1110c3ae5ee (diff)
downloadllvm-67db6af60de1d9c37bc58d8409834fdaf355fe3c.tar.gz
llvm-67db6af60de1d9c37bc58d8409834fdaf355fe3c.tar.bz2
llvm-67db6af60de1d9c37bc58d8409834fdaf355fe3c.tar.xz
eliminate a #include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79888 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/PIC16/PIC16.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/PIC16/PIC16.h b/lib/Target/PIC16/PIC16.h
index ec2d1f6be1..8a3704d707 100644
--- a/lib/Target/PIC16/PIC16.h
+++ b/lib/Target/PIC16/PIC16.h
@@ -17,7 +17,6 @@
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Target/TargetMachine.h"
-#include <iosfwd>
#include <cassert>
#include <sstream>
#include <cstring>