mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 04:40:18 -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:
@@ -10,6 +10,7 @@
|
||||
See the License for more information.
|
||||
============================================================================*/
|
||||
#include "cmGlobalUnixMakefileGenerator3.h"
|
||||
|
||||
#include "cmLocalUnixMakefileGenerator3.h"
|
||||
#include "cmMakefileTargetGenerator.h"
|
||||
#include "cmMakefile.h"
|
||||
|
||||
Reference in New Issue
Block a user