aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-04-14 16:54:39 +0000
committerDan Gohman <gohman@apple.com>2010-04-14 16:54:39 +0000
commit2e3cbc9d2a1c43f42103f973f8965c909006d6d4 (patch)
treedba304d20dfc022930221a61ce669cc632f1cd7b /include
parent2b95c891744fc912f93f1972b7e49b9085b64400 (diff)
downloadexternal_llvm-2e3cbc9d2a1c43f42103f973f8965c909006d6d4.zip
external_llvm-2e3cbc9d2a1c43f42103f973f8965c909006d6d4.tar.gz
external_llvm-2e3cbc9d2a1c43f42103f973f8965c909006d6d4.tar.bz2
Trim #includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101255 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/SelectionDAGISel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/SelectionDAGISel.h b/include/llvm/CodeGen/SelectionDAGISel.h
index 3c000f0..4dbad89 100644
--- a/include/llvm/CodeGen/SelectionDAGISel.h
+++ b/include/llvm/CodeGen/SelectionDAGISel.h
@@ -17,7 +17,6 @@
#include "llvm/BasicBlock.h"
#include "llvm/Pass.h"
-#include "llvm/Constant.h"
#include "llvm/CodeGen/SelectionDAG.h"
#include "llvm/CodeGen/MachineFunctionPass.h"