Remove unnecessary #include.
authorDan Gohman <gohman@apple.com>
Sat, 12 Sep 2009 22:24:25 +0000 (22:24 +0000)
committerDan 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

index 00bb55e95310f9eed8534dbcbb1602b64ad67a17..e64c200cf632154230dafab05749504ea7d15750 100644 (file)
@@ -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.