Remove some cpp includes.

This commit is contained in:
KimLS
2025-12-09 20:04:34 -08:00
parent a648d09b1b
commit 5843ff0524
4 changed files with 3 additions and 7 deletions
+2
View File
@@ -93,6 +93,8 @@ set(common_sources
spdat.cpp
spdat_bot.cpp
strings.cpp
strings_legacy.cpp
strings_misc.cpp
struct_strategy.cpp
textures.cpp
timer.cpp
-5
View File
@@ -48,14 +48,9 @@
#include <random>
#include <string>
//Const char based
#include "strings_legacy.cpp" // legacy c functions
#include "strings_misc.cpp" // anything non "Strings" scoped
#ifdef _WINDOWS
#include <ctype.h>
#include <functional>
#include <algorithm>
#endif
std::string Strings::Random(size_t length)