aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/SelectionDAG.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-05-29 19:52:31 +0000
committerDan Gohman <gohman@apple.com>2008-05-29 19:52:31 +0000
commit1baa88e3de8947b02d9ef4caa73e5860f048ec6e (patch)
treeb84158d384b79ae4588a97757781b1f30a0c8333 /include/llvm/CodeGen/SelectionDAG.h
parent21323f3a829df0e6d9b4566a551619a01e269ba6 (diff)
downloadexternal_llvm-1baa88e3de8947b02d9ef4caa73e5860f048ec6e.tar.gz
external_llvm-1baa88e3de8947b02d9ef4caa73e5860f048ec6e.tar.bz2
external_llvm-1baa88e3de8947b02d9ef4caa73e5860f048ec6e.zip
Prune and tidy #includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51697 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/SelectionDAG.h')
-rw-r--r--include/llvm/CodeGen/SelectionDAG.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/SelectionDAG.h b/include/llvm/CodeGen/SelectionDAG.h
index b68ed60681..77405e46a3 100644
--- a/include/llvm/CodeGen/SelectionDAG.h
+++ b/include/llvm/CodeGen/SelectionDAG.h
@@ -22,7 +22,6 @@
#include <list>
#include <vector>
#include <map>
-#include <set>
#include <string>
namespace llvm {