From bb6342b0528b9139047b17ad921a11b9d08ee1ad Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 12 Aug 2002 20:24:46 +0000 Subject: [PATCH] Remove some extraneous #includes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3289 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/VMCore/Module.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/VMCore/Module.cpp b/lib/VMCore/Module.cpp index ae3b34f93da..836ed47667d 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" -- 2.34.1