summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-05-28 23:35:39 +0000
committerChris Lattner <sabre@nondot.org>2004-05-28 23:35:39 +0000
commit972c68fbdfa985e000b759295bbd2cc46774a9af (patch)
tree77355a458887dbf0f202a26d08e857d98b98ba62 /llvm/lib
parentfc69b6a5385f25078baaca4761bb4029129314e1 (diff)
downloadbcm5719-llvm-972c68fbdfa985e000b759295bbd2cc46774a9af.tar.gz
bcm5719-llvm-972c68fbdfa985e000b759295bbd2cc46774a9af.zip
Prune #includes
llvm-svn: 13886
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Support/PluginLoader.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Support/PluginLoader.cpp b/llvm/lib/Support/PluginLoader.cpp
index 1e67b94f69d..20bdce49496 100644
--- a/llvm/lib/Support/PluginLoader.cpp
+++ b/llvm/lib/Support/PluginLoader.cpp
@@ -19,8 +19,7 @@
#include "Support/DynamicLinker.h"
#include "Support/CommandLine.h"
-#include "Config/dlfcn.h"
-#include "Config/link.h"
+#include "Config/config.h"
#include <iostream>
using namespace llvm;
OpenPOWER on IntegriCloud