diff options
author | Chris Lattner <sabre@nondot.org> | 2002-10-28 02:11:53 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-10-28 02:11:53 +0000 |
commit | 4a63b72df95b5c0d4af064cef19377f811ba6060 (patch) | |
tree | 2b0068936bf1965293637e60f864f055753f3da6 /include/llvm/Target/TargetRegInfo.h | |
parent | 8e7ae9860bd1f29c95e4e10fe151a22aaafafef9 (diff) | |
download | external_llvm-4a63b72df95b5c0d4af064cef19377f811ba6060.zip external_llvm-4a63b72df95b5c0d4af064cef19377f811ba6060.tar.gz external_llvm-4a63b72df95b5c0d4af064cef19377f811ba6060.tar.bz2 |
Don't #include <Support/*>, #include "Support/*"
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4325 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Target/TargetRegInfo.h')
-rw-r--r-- | include/llvm/Target/TargetRegInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetRegInfo.h b/include/llvm/Target/TargetRegInfo.h index 712a9b7..2ad9254 100644 --- a/include/llvm/Target/TargetRegInfo.h +++ b/include/llvm/Target/TargetRegInfo.h @@ -9,7 +9,7 @@ #define LLVM_TARGET_MACHINEREGINFO_H #include "Support/NonCopyable.h" -#include <Support/hash_map> +#include "Support/hash_map" #include <string> class TargetMachine; |