diff options
author | Michael Smith <mikesmiffy128@gmail.com> | 2022-04-26 03:19:59 +0100 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2022-04-26 03:19:59 +0100 |
commit | 2c4ba829aa2095cfe3531bec18e50c3c6310d264 (patch) | |
tree | 879984a8d79f57f27b953dc718aea39af00720aa /src/gameinfo.c | |
parent | f4fb50b6c618786e52f4d7caa8b46ca599dccfa1 (diff) |
Remove some superfluous headers
Diffstat (limited to 'src/gameinfo.c')
-rw-r--r-- | src/gameinfo.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gameinfo.c b/src/gameinfo.c index 9540054..95cce97 100644 --- a/src/gameinfo.c +++ b/src/gameinfo.c @@ -14,8 +14,6 @@ * PERFORMANCE OF THIS SOFTWARE. */ -#include <ctype.h> -#include <limits.h> #include <stdbool.h> #ifdef _WIN32 #include <shlwapi.h> |