aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/PBQP
diff options
context:
space:
mode:
authorJay Foad <jay.foad@gmail.com>2011-04-23 19:53:52 +0000
committerJay Foad <jay.foad@gmail.com>2011-04-23 19:53:52 +0000
commitddcdcc88631c6bd4ad43d9198b98bc9a829be036 (patch)
tree41322f77afe7b54f19f51c110f29367f12fdbb84 /include/llvm/CodeGen/PBQP
parenta0f5092703a9850b4be2eaa0861bab789befedd9 (diff)
downloadexternal_llvm-ddcdcc88631c6bd4ad43d9198b98bc9a829be036.zip
external_llvm-ddcdcc88631c6bd4ad43d9198b98bc9a829be036.tar.gz
external_llvm-ddcdcc88631c6bd4ad43d9198b98bc9a829be036.tar.bz2
Remove unused STL header includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130068 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/PBQP')
-rw-r--r--include/llvm/CodeGen/PBQP/Graph.h1
-rw-r--r--include/llvm/CodeGen/PBQP/Heuristics/Briggs.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/PBQP/Graph.h b/include/llvm/CodeGen/PBQP/Graph.h
index b2224cb..5240729 100644
--- a/include/llvm/CodeGen/PBQP/Graph.h
+++ b/include/llvm/CodeGen/PBQP/Graph.h
@@ -18,7 +18,6 @@
#include "Math.h"
#include <list>
-#include <vector>
#include <map>
namespace PBQP {
diff --git a/include/llvm/CodeGen/PBQP/Heuristics/Briggs.h b/include/llvm/CodeGen/PBQP/Heuristics/Briggs.h
index 47a287c..e96c4cb 100644
--- a/include/llvm/CodeGen/PBQP/Heuristics/Briggs.h
+++ b/include/llvm/CodeGen/PBQP/Heuristics/Briggs.h
@@ -21,7 +21,6 @@
#include "../HeuristicSolver.h"
#include "../HeuristicBase.h"
-#include <set>
#include <limits>
namespace PBQP {