From 0fbf88d34c6d2ba03ebf011d05ada5244636ca02 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Wed, 23 Dec 2009 12:58:17 +0200 Subject: Dont bother checking and including a header we dont use or need --- system.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'system.h') diff --git a/system.h b/system.h index 43e70c9eb..10a9cf7d1 100644 --- a/system.h +++ b/system.h @@ -89,10 +89,6 @@ char * stpncpy(char * dest, const char * src, size_t n); extern int errno; #endif -#if HAVE_ERROR_H -#include -#endif - #if HAVE___SECURE_GETENV #define getenv(_s) __secure_getenv(_s) #endif -- cgit v1.2.3