Revert "- Fix non-Windows and non-MSVC builds due to missing header for `strupr()`."

This reverts commit 2217dcb632.
This commit is contained in:
Mitchell Richters 2021-07-25 19:38:06 +10:00
parent e4fb67bc25
commit 3b82a08123
1 changed files with 0 additions and 5 deletions

View File

@ -31,11 +31,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#ifdef NOONE_EXTENSIONS
#include <random>
#if !defined(_WIN32) && !defined(_MSC_VER)
#include <string.h>
#endif
#include "blood.h"
#include "savegamehelp.h"