From: Chris Lattner Date: Mon, 12 Aug 2002 20:24:46 +0000 (+0000) Subject: Remove some extraneous #includes X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=bb6342b0528b9139047b17ad921a11b9d08ee1ad;p=oota-llvm.git Remove some extraneous #includes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3289 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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"