From 2c6120755c44dc68605e33f6f84aa9896af55d28 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Tue, 5 Jan 2010 12:35:54 +0200 Subject: Unconditionally include where needed - no point conditionalizing what we cant live without --- system.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'system.h') diff --git a/system.h b/system.h index 8e9d744fe..67dbaea52 100644 --- a/system.h +++ b/system.h @@ -97,10 +97,6 @@ char *getenv (const char *name); #include -#if HAVE_SYS_WAIT_H -#include -#endif - #if HAVE_LIMITS_H #include #endif -- cgit v1.2.1