mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 13:50:10 -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 cmGlobalXCodeGenerator_h
|
||||
|
||||
#include "cmGlobalGenerator.h"
|
||||
|
||||
#include "cmXCodeObject.h"
|
||||
#include "cmCustomCommand.h"
|
||||
class cmGlobalGeneratorFactory;
|
||||
|
||||
Reference in New Issue
Block a user