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/cmGetDirectoryPropertyCommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/cmGetDirectoryPropertyCommand.h') diff --git a/Source/cmGetDirectoryPropertyCommand.h b/Source/cmGetDirectoryPropertyCommand.h index 2aaafa9cef..0adf8187dd 100644 --- a/Source/cmGetDirectoryPropertyCommand.h +++ b/Source/cmGetDirectoryPropertyCommand.h @@ -3,7 +3,7 @@ #ifndef cmGetDirectoryPropertyCommand_h #define cmGetDirectoryPropertyCommand_h -#include +#include "cmConfigure.h" #include #include -- cgit v1.2.1