forked from OSchip/llvm-project
Include header in the compiler-neutral location
llvm-svn: 2843
This commit is contained in:
parent
a3697666eb
commit
d6e237ff52
|
@ -12,7 +12,7 @@
|
||||||
#include "llvm/Target/MachineInstrInfo.h"
|
#include "llvm/Target/MachineInstrInfo.h"
|
||||||
#include "llvm/Annotation.h"
|
#include "llvm/Annotation.h"
|
||||||
#include <iterator>
|
#include <iterator>
|
||||||
#include <hash_set>
|
#include <ext/hash_set>
|
||||||
class Instruction;
|
class Instruction;
|
||||||
|
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue