From b5b3c6fc0147b2e59b45f7f2882c7c615bb765ae Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 25 Jul 2003 17:32:51 +0000 Subject: [PATCH] Use C++ headers, not C headers git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7308 91177308-0d34-0410-b5e6-96231b3b80d8 --- support/tools/TableGen/Record.h | 2 +- utils/TableGen/Record.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/support/tools/TableGen/Record.h b/support/tools/TableGen/Record.h index 0118ff1f42c..73b5c741022 100644 --- a/support/tools/TableGen/Record.h +++ b/support/tools/TableGen/Record.h @@ -10,7 +10,7 @@ #include #include #include -#include +#include class Init; class UnsetInit; diff --git a/utils/TableGen/Record.h b/utils/TableGen/Record.h index 0118ff1f42c..73b5c741022 100644 --- a/utils/TableGen/Record.h +++ b/utils/TableGen/Record.h @@ -10,7 +10,7 @@ #include #include #include -#include +#include class Init; class UnsetInit;