From 91d3cfed785b46723ebbf8197f70aa0f854c05d7 Mon Sep 17 00:00:00 2001 From: "Duncan P. N. Exon Smith" Date: Tue, 5 Apr 2016 20:45:04 +0000 Subject: Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; other minor fixes." This reverts commit r265454 since it broke the build. E.g.: http://lab.llvm.org:8080/green/job/clang-stage1-cmake-RA-incremental_build/22413/ llvm-svn: 265459 --- llvm/tools/llvm-c-test/llvm-c-test.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'llvm/tools/llvm-c-test/llvm-c-test.h') diff --git a/llvm/tools/llvm-c-test/llvm-c-test.h b/llvm/tools/llvm-c-test/llvm-c-test.h index fa5a9d04cca..60edc0df4d1 100644 --- a/llvm/tools/llvm-c-test/llvm-c-test.h +++ b/llvm/tools/llvm-c-test/llvm-c-test.h @@ -10,15 +10,10 @@ |* Header file for llvm-c-test *| |* *| \*===----------------------------------------------------------------------===*/ - #ifndef LLVM_C_TEST_H #define LLVM_C_TEST_H -#ifdef __cplusplus -#include -#else #include -#endif #include "llvm-c/Core.h" #ifdef __cplusplus @@ -56,6 +51,6 @@ int llvm_echo(void); #ifdef __cplusplus } -#endif +#endif /* !defined(__cplusplus) */ -#endif // LLVM_C_TEST_H +#endif -- cgit v1.2.3