prune unneeded #includes
authorChris Lattner <sabre@nondot.org>
Tue, 1 Apr 2008 04:00:45 +0000 (04:00 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 1 Apr 2008 04:00:45 +0000 (04:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49028 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/LinkAllVMCore.h

index 5cf7ad6a96007a475952f2333e866fe5370bd8d5..2c5b1bc8ced43c2ac30373587a6fea37740d1278 100644 (file)
@@ -16,8 +16,6 @@
 #ifndef LLVM_LINKALLVMCORE_H
 #define LLVM_LINKALLVMCORE_H
 
-#include "llvm/System/IncludeFile.h"
-
 #include "llvm/Module.h"
 #include "llvm/Instructions.h"
 #include "llvm/IntrinsicInst.h"
@@ -25,7 +23,6 @@
 #include "llvm/Analysis/Verifier.h"
 #include "llvm/System/Alarm.h"
 #include "llvm/System/DynamicLibrary.h"
-#include "llvm/System/MappedFile.h"
 #include "llvm/System/Memory.h"
 #include "llvm/System/Mutex.h"
 #include "llvm/System/Path.h"