Remove general.h dependency in compat.c

This commit is contained in:
twinaphex 2014-10-21 05:57:55 +02:00
parent 002a2f6ecd
commit 54d0de3891

View File

@ -28,7 +28,6 @@
#ifdef _MSC_VER
#include "../msvc/msvc_compat.h"
#endif
#include "../general.h"
char *optarg;
int optind, opterr, optopt;