Remove long unused #includes
authorChris Lattner <sabre@nondot.org>
Thu, 27 May 2004 21:25:44 +0000 (21:25 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 27 May 2004 21:25:44 +0000 (21:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13857 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/ExecutionEngine.cpp

index ba21f40ffac9be24298acd13eff399ca425250f1..a4383e02c8f0831dda8d27e29eef201aa175ad09 100644 (file)
@@ -26,7 +26,6 @@
 #include "Support/Debug.h"
 #include "Support/Statistic.h"
 #include "Support/DynamicLinker.h"
-#include "Config/dlfcn.h"
 using namespace llvm;
 
 namespace {