diff options
author | Chris Lattner <sabre@nondot.org> | 2004-05-27 21:25:44 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-05-27 21:25:44 +0000 |
commit | cef00ec3da9abc3ffd961e267979a57ce24d4c41 (patch) | |
tree | cf3efa55f387ff90a8aff3b77c84b8e207bec4a4 /llvm/lib/ExecutionEngine/ExecutionEngine.cpp | |
parent | cb9ccac8a77d4ebc7d84ba69e118788380ad0e5d (diff) | |
download | bcm5719-llvm-cef00ec3da9abc3ffd961e267979a57ce24d4c41.tar.gz bcm5719-llvm-cef00ec3da9abc3ffd961e267979a57ce24d4c41.zip |
Remove long unused #includes
llvm-svn: 13857
Diffstat (limited to 'llvm/lib/ExecutionEngine/ExecutionEngine.cpp')
-rw-r--r-- | llvm/lib/ExecutionEngine/ExecutionEngine.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/ExecutionEngine.cpp b/llvm/lib/ExecutionEngine/ExecutionEngine.cpp index ba21f40ffac..a4383e02c8f 100644 --- a/llvm/lib/ExecutionEngine/ExecutionEngine.cpp +++ b/llvm/lib/ExecutionEngine/ExecutionEngine.cpp @@ -26,7 +26,6 @@ #include "Support/Debug.h" #include "Support/Statistic.h" #include "Support/DynamicLinker.h" -#include "Config/dlfcn.h" using namespace llvm; namespace { |