diff options
| author | Dan Gohman <gohman@apple.com> | 2008-07-11 20:38:31 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2008-07-11 20:38:31 +0000 |
| commit | 0597e5b697679d65e0a796244396c84a80ae4094 (patch) | |
| tree | e4f8236ea9538c3f213fa39ece58c022cbdaba20 /llvm/lib/Target/PIC16 | |
| parent | 8e462e9a82a875e956eb81d66e14a3e90e5504d6 (diff) | |
| download | bcm5719-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.h | 2 | ||||
| -rw-r--r-- | llvm/lib/Target/PIC16/PIC16ISelDAGToDAG.cpp | 1 |
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" |

