From be6d1fd5f42b6039d2af664dbd0ab95cfbd08452 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Sat, 12 Sep 2009 22:24:25 +0000 Subject: [PATCH] Remove unnecessary #include. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81636 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Linker/LinkModules.cpp | 1 - 1 file changed, 1 deletion(-) 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.