aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/Module.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-08-12 20:24:46 +0000
committerChris Lattner <sabre@nondot.org>2002-08-12 20:24:46 +0000
commitbb6342b0528b9139047b17ad921a11b9d08ee1ad (patch)
treec7f7dce6294e01da9fbec426ce1e102136512b82 /lib/VMCore/Module.cpp
parent4228b5aac41ea4b4899231ff995708b6510651a8 (diff)
Remove some extraneous #includes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3289 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/Module.cpp')
-rw-r--r--lib/VMCore/Module.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/VMCore/Module.cpp b/lib/VMCore/Module.cpp
index ae3b34f93d..836ed47667 100644
--- a/lib/VMCore/Module.cpp
+++ b/lib/VMCore/Module.cpp
@@ -5,8 +5,6 @@
//===----------------------------------------------------------------------===//
#include "llvm/Module.h"
-#include "llvm/Function.h"
-#include "llvm/GlobalVariable.h"
#include "llvm/InstrTypes.h"
#include "llvm/Constants.h"
#include "llvm/DerivedTypes.h"