summaryrefslogtreecommitdiff
path: root/Source/cmMessageCommand.h
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2017-04-11 21:42:35 +0200
committerDaniel Pfeifer <daniel@pfeifer-mail.de>2017-04-11 22:35:20 +0200
commit5afac50f6852332698fbc9be4209f1c90a011d66 (patch)
tree3c8419b04eb2114818a57128216560815b36dfe3 /Source/cmMessageCommand.h
parentff4fa70c201236d5355d55c386cc04cb143bde10 (diff)
downloadcmake-5afac50f6852332698fbc9be4209f1c90a011d66.tar.gz
cmConfigure: Ensure separate include block in headers
Make sure that `#include <cmConfigure.h>` is followed by an empty line in header files. This is necessary to make sure that changing <> to "" does not affect the include ordering of clang-format. Automate with: git grep -l '#include <cmConfigure.h>' | grep -v '.cxx$' \ | xargs sed -i '/#include <cmConfigure.h>/ { N; N; s/\n\{1,2\}/\n\n/ }'
Diffstat (limited to 'Source/cmMessageCommand.h')
-rw-r--r--Source/cmMessageCommand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmMessageCommand.h b/Source/cmMessageCommand.h
index a5656355b9..c816289953 100644
--- a/Source/cmMessageCommand.h
+++ b/Source/cmMessageCommand.h
@@ -4,6 +4,7 @@
#define cmMessageCommand_h
#include <cmConfigure.h>
+
#include <string>
#include <vector>