projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3796024
)
Prune #includes
author
Chris Lattner
<sabre@nondot.org>
Fri, 28 May 2004 23:35:39 +0000
(23:35 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 28 May 2004 23:35:39 +0000
(23:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13886
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Support/PluginLoader.cpp
patch
|
blob
|
history
diff --git
a/lib/Support/PluginLoader.cpp
b/lib/Support/PluginLoader.cpp
index 1e67b94f69dc9bec4e7a477921939ffb600865f7..20bdce494962d21cf1cd57e1733aaa4694d0c57a 100644
(file)
--- 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;