mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 20:29:49 -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:
@@ -11,6 +11,7 @@
|
||||
============================================================================*/
|
||||
#ifndef cmVisualStudioTargetGenerator_h
|
||||
#define cmVisualStudioTargetGenerator_h
|
||||
|
||||
#include "cmStandardIncludes.h"
|
||||
|
||||
class cmMakefile;
|
||||
|
||||
Reference in New Issue
Block a user