summaryrefslogtreecommitdiff
path: root/lib/Support/PluginLoader.cpp
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
commit1c457b89bbe46e371e856bd559e0271c0fd7e175 (patch)
tree4bb0dd6825be02187da6e78cba8af2eab78924ce /lib/Support/PluginLoader.cpp
parent3796024fb82e4bf4bd8376189442d01fe5361581 (diff)
downloadllvm-1c457b89bbe46e371e856bd559e0271c0fd7e175.tar.gz
llvm-1c457b89bbe46e371e856bd559e0271c0fd7e175.tar.bz2
llvm-1c457b89bbe46e371e856bd559e0271c0fd7e175.tar.xz
Prune #includes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13886 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/PluginLoader.cpp')
-rw-r--r--lib/Support/PluginLoader.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Support/PluginLoader.cpp b/lib/Support/PluginLoader.cpp
index 1e67b94f69..20bdce4949 100644
--- a/lib/Support/PluginLoader.cpp
+++ b/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;