mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
Source: Stabilize include order
Each source file has a logical first include file. Include it in an isolated block so that tools that sort includes do not move them.
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
#define cmMacroCommand_h
|
||||
|
||||
#include "cmCommand.h"
|
||||
|
||||
#include "cmFunctionBlocker.h"
|
||||
|
||||
class cmMacroFunctionBlocker : public cmFunctionBlocker
|
||||
|
||||
Reference in New Issue
Block a user