aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-04-01 04:00:45 +0000
committerChris Lattner <sabre@nondot.org>2008-04-01 04:00:45 +0000
commit7e0debc2a796a1662c0611d5c43e422c63c6a0dc (patch)
tree7b47fc3efca1dbb0314696dd53c7e17fd8dd114b /include
parentf1423639d4d7c3b6443c29c5d81de18bbd04c5da (diff)
downloadexternal_llvm-7e0debc2a796a1662c0611d5c43e422c63c6a0dc.zip
external_llvm-7e0debc2a796a1662c0611d5c43e422c63c6a0dc.tar.gz
external_llvm-7e0debc2a796a1662c0611d5c43e422c63c6a0dc.tar.bz2
prune unneeded #includes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49028 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/LinkAllVMCore.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/LinkAllVMCore.h b/include/llvm/LinkAllVMCore.h
index 5cf7ad6..2c5b1bc 100644
--- a/include/llvm/LinkAllVMCore.h
+++ b/include/llvm/LinkAllVMCore.h
@@ -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"