Skip to content

Commit 13beb77

Browse files
committed
build: remove unnecessary includes
1 parent 5f9990b commit 13beb77

File tree

381 files changed

+0
-455
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

381 files changed

+0
-455
lines changed

Core/GameEngineDevice/Source/StdDevice/Common/StdBIGFile.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
// Stephan Vedder, April 2025
2727
/////////////////////////////////////////////////////
2828

29-
#include <Utility/CppMacros.h>
3029
#include "Common/LocalFile.h"
3130
#include "Common/LocalFileSystem.h"
3231
#include "Common/RAMFile.h"

Core/GameEngineDevice/Source/StdDevice/Common/StdBIGFileSystem.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
// Stephan Vedder, April 2025
2727
/////////////////////////////////////////////////////////////
2828

29-
#include <Utility/CppMacros.h>
3029
#include "Common/AudioAffect.h"
3130
#include "Common/ArchiveFile.h"
3231
#include "Common/ArchiveFileSystem.h"

Core/GameEngineDevice/Source/StdDevice/Common/StdLocalFileSystem.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
// Stephan Vedder, April 2025
2727
////////////////////////////////////////////////////////////
2828

29-
#include <Utility/CppMacros.h>
3029
#include "Common/AsciiString.h"
3130
#include "Common/GameMemory.h"
3231
#include "Common/PerfTimer.h"

Core/GameEngineDevice/Source/W3DDevice/Common/System/W3DRadar.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030

3131
// INCLUDES ///////////////////////////////////////////////////////////////////////////////////////
3232

33-
#include <Utility/CppMacros.h>
3433
#include "Common/AudioEventRTS.h"
3534
#include "Common/Debug.h"
3635
#include "Common/GlobalData.h"

Core/GameEngineDevice/Source/W3DDevice/GameClient/W3DVideoBuffer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
// Includes
4646
//----------------------------------------------------------------------------
4747

48-
#include <Utility/CppMacros.h>
4948
#include "Common/GameMemory.h"
5049
#include "WW3D2/texture.h"
5150
#include "WW3D2/textureloader.h"

Core/GameEngineDevice/Source/Win32Device/Common/Win32BIGFile.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
// Bryan Cleveland, August 2002
2727
/////////////////////////////////////////////////////
2828

29-
#include <Utility/CppMacros.h>
3029
#include "Common/LocalFile.h"
3130
#include "Common/LocalFileSystem.h"
3231
#include "Common/RAMFile.h"

Core/GameEngineDevice/Source/Win32Device/Common/Win32BIGFileSystem.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
// Bryan Cleveland, August 2002
2727
/////////////////////////////////////////////////////////////
2828

29-
#include <Utility/CppMacros.h>
3029
#include "Common/AudioAffect.h"
3130
#include "Common/ArchiveFile.h"
3231
#include "Common/ArchiveFileSystem.h"

Core/GameEngineDevice/Source/Win32Device/Common/Win32LocalFileSystem.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828

2929
#include <windows.h>
3030

31-
#include <Utility/CppMacros.h>
3231
#include "Common/AsciiString.h"
3332
#include "Common/GameMemory.h"
3433
#include "Common/PerfTimer.h"

Core/Libraries/Source/WWVegas/WW3D2/FramGrab.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
//
2121
//////////////////////////////////////////////////////////////////////
2222

23-
#include <Utility/CppMacros.h>
2423
#include "framgrab.h"
2524
#include <io.h>
2625
//#include <errno.h>

Core/Libraries/Source/WWVegas/WW3D2/aabtree.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
6363

6464

65-
#include <Utility/CppMacros.h>
6665
#include "aabtree.h"
6766
#include "aabtreebuilder.h"
6867
#include "wwdebug.h"

0 commit comments

Comments
 (0)