From 94a4f225732bf24aab6a6b47d459d9350697df74 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 28 Oct 2002 02:11:53 +0000 Subject: Don't #include , #include "Support/*" llvm-svn: 4325 --- llvm/include/Support/MathExtras.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/include/Support/MathExtras.h') diff --git a/llvm/include/Support/MathExtras.h b/llvm/include/Support/MathExtras.h index d9076580b7e..d73394149ba 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 +#include "Support/DataTypes.h" inline unsigned log2(uint64_t C) { unsigned getPow; -- cgit v1.2.3