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