From: Dan Gohman Date: Sat, 12 Sep 2009 22:24:25 +0000 (+0000) Subject: Remove unnecessary #include. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=be6d1fd5f42b6039d2af664dbd0ab95cfbd08452;p=oota-llvm.git Remove unnecessary #include. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81636 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Linker/LinkModules.cpp b/lib/Linker/LinkModules.cpp index 00bb55e9531..e64c200cf63 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 using namespace llvm; // Error - Simple wrapper function to conditionally assign to E and return true.