From 1d829c862cf9d7f813f8e7e1a43f0125a4de7220 Mon Sep 17 00:00:00 2001 From: Daniel Pfeifer Date: Tue, 11 Apr 2017 22:00:21 +0200 Subject: Use quotes for non-system includes Automate with: git grep -l '#include /#include "\1"/g' git grep -l '#include /#include "\1"/g' git grep -l '#include /#include "\1"/g' --- Source/cmTest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/cmTest.h') diff --git a/Source/cmTest.h b/Source/cmTest.h index 274a9242dd..d4839d171f 100644 --- a/Source/cmTest.h +++ b/Source/cmTest.h @@ -3,7 +3,7 @@ #ifndef cmTest_h #define cmTest_h -#include // IWYU pragma: keep +#include "cmConfigure.h" // IWYU pragma: keep #include "cmListFileCache.h" #include "cmPropertyMap.h" -- cgit v1.2.1