diff --git a/common/strings.cpp b/common/strings.cpp index 04588f225..3561e8a9c 100644 --- a/common/strings.cpp +++ b/common/strings.cpp @@ -19,29 +19,13 @@ #include #include -#ifdef _WINDOWS -#include - -#define snprintf _snprintf -#define strncasecmp _strnicmp -#define strcasecmp _stricmp - -#else - #include #include #include -#endif - -#ifndef va_copy -#define va_copy(d,s) ((d) = (s)) -#endif - //Const char based #include "strings_legacy.cpp" // legacy c functions #include "strings_misc.cpp" // anything non "Strings" scoped -#include "say_link.h" std::vector Strings::Split(const std::string &str, const char delim) {