Don't need these headers

This commit is contained in:
twinaphex 2016-02-10 06:54:32 +01:00
parent 55927d5957
commit 1e05027785

View File

@ -18,12 +18,6 @@
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#ifdef _WIN32
#include <direct.h>
#else
#include <unistd.h>
#endif
#include <limits.h>
#include <ctype.h>
#include <boolean.h>