summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PIC16
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-07-11 20:38:31 +0000
committerDan Gohman <gohman@apple.com>2008-07-11 20:38:31 +0000
commit0597e5b697679d65e0a796244396c84a80ae4094 (patch)
treee4f8236ea9538c3f213fa39ece58c022cbdaba20 /llvm/lib/Target/PIC16
parent8e462e9a82a875e956eb81d66e14a3e90e5504d6 (diff)
downloadbcm5719-llvm-0597e5b697679d65e0a796244396c84a80ae4094.tar.gz
bcm5719-llvm-0597e5b697679d65e0a796244396c84a80ae4094.zip
Trim unnecessary #includes.
llvm-svn: 53471
Diffstat (limited to 'llvm/lib/Target/PIC16')
-rw-r--r--llvm/lib/Target/PIC16/PIC16ConstantPoolValue.h2
-rw-r--r--llvm/lib/Target/PIC16/PIC16ISelDAGToDAG.cpp1
2 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Target/PIC16/PIC16ConstantPoolValue.h b/llvm/lib/Target/PIC16/PIC16ConstantPoolValue.h
index 9b1b7174ec1..c8faf593373 100644
--- a/llvm/lib/Target/PIC16/PIC16ConstantPoolValue.h
+++ b/llvm/lib/Target/PIC16/PIC16ConstantPoolValue.h
@@ -18,6 +18,8 @@
namespace llvm {
+class GlobalValue;
+
namespace PIC16CP {
enum PIC16CPKind {
CPValue,
diff --git a/llvm/lib/Target/PIC16/PIC16ISelDAGToDAG.cpp b/llvm/lib/Target/PIC16/PIC16ISelDAGToDAG.cpp
index 402566fb3be..5929675f887 100644
--- a/llvm/lib/Target/PIC16/PIC16ISelDAGToDAG.cpp
+++ b/llvm/lib/Target/PIC16/PIC16ISelDAGToDAG.cpp
@@ -27,7 +27,6 @@
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/SelectionDAGISel.h"
-#include "llvm/CodeGen/SelectionDAGNodes.h"
#include "llvm/Support/CFG.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/Debug.h"
OpenPOWER on IntegriCloud