From 54d0de3891d0351d99dc27ad65c07db54423fee5 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 21 Oct 2014 05:57:55 +0200 Subject: [PATCH] Remove general.h dependency in compat.c --- compat/compat.c | 1 - 1 file changed, 1 deletion(-) diff --git a/compat/compat.c b/compat/compat.c index 6d545b38aa..a8952c1722 100644 --- a/compat/compat.c +++ b/compat/compat.c @@ -28,7 +28,6 @@ #ifdef _MSC_VER #include "../msvc/msvc_compat.h" #endif -#include "../general.h" char *optarg; int optind, opterr, optopt;