aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Linker
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
commitf1df5fea30bfd9fc1b9691dab547277aba769dcd (patch)
tree85a7760778f47c7e548b944b795c5203d9a6ee8d /lib/Linker
parent3600d16e551d4b49d3d8df86d5c90061804d5c7f (diff)
downloadexternal_llvm-f1df5fea30bfd9fc1b9691dab547277aba769dcd.zip
external_llvm-f1df5fea30bfd9fc1b9691dab547277aba769dcd.tar.gz
external_llvm-f1df5fea30bfd9fc1b9691dab547277aba769dcd.tar.bz2
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')
-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 00bb55e..e64c200 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.