Skip to content

Commit 998eb89

Browse files
committed
Revert "Remove string.h from BaseTypeCore.h"
This reverts commit 0cbc34c.
1 parent 43d9461 commit 998eb89

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

Core/GameEngine/Include/Common/AsciiString.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
#pragma once
4747

4848
#include <stdarg.h>
49-
#include <string.h>
5049
#include "Lib/BaseType.h"
5150
#include "Common/Debug.h"
5251
#include "Common/Errors.h"

Core/GameEngine/Include/Common/UnicodeString.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
#pragma once
4747

4848
#include <stdarg.h>
49-
#include <string.h>
5049
#include "Lib/BaseType.h"
5150
#include "Common/Debug.h"
5251
#include "Common/Errors.h"

Core/Libraries/Include/Lib/BaseTypeCore.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#pragma once
3131

3232
#include <math.h>
33+
#include <string.h>
3334
// TheSuperHackers @build feliwir 07/04/2025 Adds utility macros for cross-platform compatibility
3435
#include <Utility/compat.h>
3536
#include <Utility/CppMacros.h>

Core/Libraries/Source/Compression/CompressionManager.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232
#include "EAC/huffcodex.h"
3333
#include "EAC/refcodex.h"
3434

35-
#include <string.h>
36-
3735

3836
// TheSuperHackers @todo Recover debug logging in this file?
3937
#define DEBUG_LOG(x) {}

0 commit comments

Comments
 (0)