From d957518b51ec853a115f277f8c080e6d55b4fd7c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 25 Jul 2003 17:34:17 +0000 Subject: Use the C++ header, not the C header git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7310 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/Support/Annotation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Support') diff --git a/include/Support/Annotation.h b/include/Support/Annotation.h index d0eca3d4dc..f4b7c28202 100644 --- a/include/Support/Annotation.h +++ b/include/Support/Annotation.h @@ -16,7 +16,7 @@ #define SUPPORT_ANNOTATION_H #include -#include +#include class AnnotationID; class Annotation; -- cgit v1.2.3-18-g5258