| commit | 94a4f225732bf24aab6a6b47d459d9350697df74 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Mon Oct 28 02:11:53 2002 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Mon Oct 28 02:11:53 2002 +0000 |
| tree | d550853ef6247aa1bf271ee3a5e4f16aff1db8c7 | |
| parent | defd415d01f596c1da2211323e9620ed5bd92638 [diff] [blame] |
Don't #include <Support/*>, #include "Support/*" llvm-svn: 4325
diff --git a/llvm/include/Support/MathExtras.h b/llvm/include/Support/MathExtras.h index d907658..d733941 100644 --- a/llvm/include/Support/MathExtras.h +++ b/llvm/include/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;