aboutsummaryrefslogtreecommitdiff
path: root/lib/Linker/LinkModules.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-09-12 22:24:25 +0000
committerDan Gohman <gohman@apple.com>2009-09-12 22:24:25 +0000
commitbe6d1fd5f42b6039d2af664dbd0ab95cfbd08452 (patch)
tree85a7760778f47c7e548b944b795c5203d9a6ee8d /lib/Linker/LinkModules.cpp
parente56f9085b1e96f0cc302c678f1c00877676e455e (diff)
Remove unnecessary #include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81636 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Linker/LinkModules.cpp')
-rw-r--r--lib/Linker/LinkModules.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Linker/LinkModules.cpp b/lib/Linker/LinkModules.cpp
index 00bb55e953..e64c200cf6 100644
--- 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.