mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-12 22:28:22 +00:00
Remove #includes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7339 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
919937d7e8
commit
869ff9e7be
@ -11,7 +11,6 @@
|
||||
#include <functional>
|
||||
#include <string>
|
||||
#include <cassert>
|
||||
#include "Support/HashExtras.h"
|
||||
#include "Support/hash_set"
|
||||
|
||||
class Function;
|
||||
|
@ -8,7 +8,6 @@
|
||||
#define LLVM_ANALYSIS_DATA_STRUCTURE_H
|
||||
|
||||
#include "llvm/Pass.h"
|
||||
#include "Support/HashExtras.h"
|
||||
#include "Support/hash_set"
|
||||
|
||||
class Type;
|
||||
|
@ -11,7 +11,6 @@
|
||||
#include <functional>
|
||||
#include <string>
|
||||
#include <cassert>
|
||||
#include "Support/HashExtras.h"
|
||||
#include "Support/hash_set"
|
||||
|
||||
class Function;
|
||||
|
@ -8,7 +8,6 @@
|
||||
#define LLVM_ANALYSIS_DATA_STRUCTURE_H
|
||||
|
||||
#include "llvm/Pass.h"
|
||||
#include "Support/HashExtras.h"
|
||||
#include "Support/hash_set"
|
||||
|
||||
class Type;
|
||||
|
Loading…
Reference in New Issue
Block a user