Skip to content

Commit 86ada03

Browse files
committed
Re-order includes first by type, then alphabetic
1 parent a25b6c9 commit 86ada03

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

Core/Libraries/Source/WWVegas/WWLib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,9 @@ target_precompile_headers(core_wwlib PRIVATE
173173
always.h
174174
STLUtils.h
175175
win.h
176-
<windows.h>
177176
WWCommon.h
178177
wwstring.h
178+
<windows.h>
179179
)
180180

181181
target_link_libraries(core_wwlib PRIVATE

Core/Tools/W3DView/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ add_library(corei_w3dview INTERFACE)
171171
target_sources(corei_w3dview INTERFACE ${W3DVIEW_SRC})
172172

173173
target_precompile_headers(corei_w3dview INTERFACE
174-
[["always.h"]]
175174
"StdAfx.h"
175+
[["always.h"]]
176176
[["STLUtils.h"]]
177177
[["WWCommon.h"]]
178178
)

Generals/Code/GameEngineDevice/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ target_precompile_headers(g_gameenginedevice PRIVATE
193193
[["Common/STLTypedefs.h"]]
194194
[["Common/SubsystemInterface.h"]]
195195
[["INI.h"]]
196-
<windows.h>
197196
[["WWCommon.h"]]
197+
<windows.h>
198198
)
199199

200200
target_link_libraries(g_gameenginedevice PRIVATE

Generals/Code/Libraries/Source/WWVegas/WW3D2/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,13 +238,13 @@ target_compile_definitions(g_ww3d2 PRIVATE
238238
)
239239

240240
target_precompile_headers(g_ww3d2 PRIVATE
241-
[["always.h"]]
242241
dx8wrapper.h
242+
[["always.h"]]
243243
[["STLUtils.h"]]
244244
[["win.h"]]
245-
<windows.h>
246245
[["WWCommon.h"]]
247246
[["wwstring.h"]]
247+
<windows.h>
248248
)
249249

250250
target_link_libraries(g_ww3d2 PRIVATE

GeneralsMD/Code/GameEngineDevice/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ target_precompile_headers(z_gameenginedevice PRIVATE
206206
[["Common/STLTypedefs.h"]]
207207
[["Common/SubsystemInterface.h"]]
208208
[["INI.h"]]
209-
<windows.h>
210209
[["WWCommon.h"]]
210+
<windows.h>
211211
)
212212

213213
target_link_libraries(z_gameenginedevice PRIVATE

GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,13 +243,13 @@ target_compile_definitions(z_ww3d2 PRIVATE
243243
)
244244

245245
target_precompile_headers(z_ww3d2 PRIVATE
246-
[["always.h"]]
247246
dx8wrapper.h
247+
[["always.h"]]
248248
[["STLUtils.h"]]
249249
[["win.h"]]
250-
<windows.h>
251250
[["WWCommon.h"]]
252251
[["wwstring.h"]]
252+
<windows.h>
253253
)
254254

255255
target_link_libraries(z_ww3d2 PRIVATE

0 commit comments

Comments
 (0)