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:
Misa
2021-02-07 12:45:23 -08:00
committed by Ethan Lee
parent ef4418a7cb
commit f9fa56a08a

View File

@@ -1,7 +1,6 @@
#define HELP_DEFINITION
#include "UtilityClass.h"
#include <cctype>
#include <SDL.h>
#include <sstream>