summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-09-08 23:01:02 +0000
committerChris Lattner <sabre@nondot.org>2010-09-08 23:01:02 +0000
commitc7fae585cac91533212f10c42d6d95c07d8a69eb (patch)
tree996e7bf917cf32209278a539ba766b6dbafe2764
parent5838af54bfc0c1a45f75df571ef56e0ba075313b (diff)
downloadbcm5719-llvm-c7fae585cac91533212f10c42d6d95c07d8a69eb.tar.gz
bcm5719-llvm-c7fae585cac91533212f10c42d6d95c07d8a69eb.zip
remove unneeded #include, reducing # static ctors.
llvm-svn: 113437
-rw-r--r--lldb/source/Expression/ClangFunction.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Expression/ClangFunction.cpp b/lldb/source/Expression/ClangFunction.cpp
index 7e0f531945a..5ada385e13e 100644
--- a/lldb/source/Expression/ClangFunction.cpp
+++ b/lldb/source/Expression/ClangFunction.cpp
@@ -18,7 +18,6 @@
#include "clang/Frontend/CompilerInstance.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ExecutionEngine/ExecutionEngine.h"
-#include "llvm/ExecutionEngine/JIT.h"
#include "llvm/Module.h"
// Project includes
OpenPOWER on IntegriCloud