mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Remove unused cctype #include from UtilityClass.cpp
This header used to be needed for isxdigit(), but ever since we switched to using our own VVV_isxdigit(), we don't need it anymore.
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
#define HELP_DEFINITION
|
#define HELP_DEFINITION
|
||||||
#include "UtilityClass.h"
|
#include "UtilityClass.h"
|
||||||
|
|
||||||
#include <cctype>
|
|
||||||
#include <SDL.h>
|
#include <SDL.h>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user