From f9a5f780bf2ee162468749329c21e51685db649e Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Fri, 16 Apr 2004 16:28:33 +0000 Subject: [PATCH] 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 --- include/Support/Statistic.h | 2 +- include/llvm/ADT/Statistic.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {