diff options
author | Chris Lattner <sabre@nondot.org> | 2004-05-28 23:35:39 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-05-28 23:35:39 +0000 |
commit | 1c457b89bbe46e371e856bd559e0271c0fd7e175 (patch) | |
tree | 4bb0dd6825be02187da6e78cba8af2eab78924ce /lib/Support | |
parent | 3796024fb82e4bf4bd8376189442d01fe5361581 (diff) | |
download | external_llvm-1c457b89bbe46e371e856bd559e0271c0fd7e175.zip external_llvm-1c457b89bbe46e371e856bd559e0271c0fd7e175.tar.gz external_llvm-1c457b89bbe46e371e856bd559e0271c0fd7e175.tar.bz2 |
Prune #includes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13886 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support')
-rw-r--r-- | lib/Support/PluginLoader.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Support/PluginLoader.cpp b/lib/Support/PluginLoader.cpp index 1e67b94..20bdce4 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; |