mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-26 13:10:34 +00:00
Systems headers use <> not ""
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1023 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7c41223c6b
commit
3259a3237d
@ -20,8 +20,8 @@
|
||||
#include "llvm/Support/DataTypes.h"
|
||||
#include "llvm/Support/NonCopyable.h"
|
||||
#include "llvm/Target/MachineInstrInfo.h"
|
||||
#include "hash_map"
|
||||
#include "hash_set"
|
||||
#include <hash_map>
|
||||
#include <hash_set>
|
||||
|
||||
template<class _MI, class _V> class ValOpIterator;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user