mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
prune unneeded #includes
llvm-svn: 49028
This commit is contained in:
parent
9f1dcb3372
commit
a638713d10
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user