From de66dc88cdf71d40ea7cb6d86038c73b0d6bd60d Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 10 Mar 2008 23:37:12 +0000 Subject: [PATCH] Remove an unnecessary #include llvm-svn: 48193 --- llvm/lib/VMCore/Module.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/lib/VMCore/Module.cpp b/llvm/lib/VMCore/Module.cpp index a6a859172b06..864ec0465458 100644 --- a/llvm/lib/VMCore/Module.cpp +++ b/llvm/lib/VMCore/Module.cpp @@ -23,7 +23,6 @@ #include #include #include -#include using namespace llvm; //===----------------------------------------------------------------------===//