Remove some extraneous #includes
authorChris Lattner <sabre@nondot.org>
Mon, 12 Aug 2002 20:24:46 +0000 (20:24 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 12 Aug 2002 20:24:46 +0000 (20:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3289 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/Module.cpp

index ae3b34f93da65783f865d2a2d2de80d92026160d..836ed47667d7d42b365b3ae6e33bc9196fb6eec9 100644 (file)
@@ -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"