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/Support/MathExtras.h | |
parent | 8e7ae9860bd1f29c95e4e10fe151a22aaafafef9 (diff) |
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/Support/MathExtras.h')
-rw-r--r-- | include/llvm/Support/MathExtras.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/MathExtras.h b/include/llvm/Support/MathExtras.h index d9076580b7..d73394149b 100644 --- a/include/llvm/Support/MathExtras.h +++ b/include/llvm/Support/MathExtras.h @@ -7,7 +7,7 @@ #ifndef SUPPORT_MATH_EXTRAS_H #define SUPPORT_MATH_EXTRAS_H -#include <Support/DataTypes.h> +#include "Support/DataTypes.h" inline unsigned log2(uint64_t C) { unsigned getPow; |