mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 10:09:43 +01: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:
parent
ef4418a7cb
commit
f9fa56a08a
1 changed files with 0 additions and 1 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue