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:
e56f908
)
Remove unnecessary #include.
author
Dan Gohman
<gohman@apple.com>
Sat, 12 Sep 2009 22:24:25 +0000
(22:24 +0000)
committer
Dan Gohman
<gohman@apple.com>
Sat, 12 Sep 2009 22:24:25 +0000
(22:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81636
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Linker/LinkModules.cpp
patch
|
blob
|
history
diff --git
a/lib/Linker/LinkModules.cpp
b/lib/Linker/LinkModules.cpp
index 00bb55e95310f9eed8534dbcbb1602b64ad67a17..e64c200cf632154230dafab05749504ea7d15750 100644
(file)
--- a/
lib/Linker/LinkModules.cpp
+++ b/
lib/Linker/LinkModules.cpp
@@
-29,7
+29,6
@@
#include "llvm/Support/raw_ostream.h"
#include "llvm/System/Path.h"
#include "llvm/ADT/DenseMap.h"
-#include <sstream>
using namespace llvm;
// Error - Simple wrapper function to conditionally assign to E and return true.