From: Brian Gaeke Date: Fri, 16 Apr 2004 16:28:33 +0000 (+0000) Subject: Switch to including for compatibility with gcc-3.0.x (Debian). X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f9a5f780bf2ee162468749329c21e51685db649e;p=oota-llvm.git Switch to including for compatibility with gcc-3.0.x (Debian). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12990 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/Support/Statistic.h b/include/Support/Statistic.h index c95db3f82cb..021bf5f4181 100644 --- a/include/Support/Statistic.h +++ b/include/Support/Statistic.h @@ -24,7 +24,7 @@ #ifndef SUPPORT_STATISTIC_H #define SUPPORT_STATISTIC_H -#include +#include namespace llvm { diff --git a/include/llvm/ADT/Statistic.h b/include/llvm/ADT/Statistic.h index c95db3f82cb..021bf5f4181 100644 --- a/include/llvm/ADT/Statistic.h +++ b/include/llvm/ADT/Statistic.h @@ -24,7 +24,7 @@ #ifndef SUPPORT_STATISTIC_H #define SUPPORT_STATISTIC_H -#include +#include namespace llvm {