summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-05-04 17:11:06 +0000
committerDan Gohman <gohman@apple.com>2009-05-04 17:11:06 +0000
commit630f4e1eb3a6dbabe2bc11ecf5e59ba5ac40b3e1 (patch)
treeaab19b3a76f99815aca56c5a9e8ac90a4f3e24dd /llvm/lib
parentcfd6941cf9019979269da24cbd6c732eadff523c (diff)
downloadbcm5719-llvm-630f4e1eb3a6dbabe2bc11ecf5e59ba5ac40b3e1.tar.gz
bcm5719-llvm-630f4e1eb3a6dbabe2bc11ecf5e59ba5ac40b3e1.zip
Trim unnecessary #includes.
llvm-svn: 70880
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp b/llvm/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
index 32e1f7a57aa..bf49ec0bff4 100644
--- a/llvm/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
+++ b/llvm/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
@@ -28,8 +28,6 @@
#include "llvm/Target/TargetLowering.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/Debug.h"
-#include <queue>
-#include <set>
using namespace llvm;
/// MSP430DAGToDAGISel - MSP430 specific code to select MSP430 machine
OpenPOWER on IntegriCloud