From 2753a5e93441320a89b936a91a88a2576ae0db9a Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Wed, 23 Dec 2009 13:40:10 +0200 Subject: Dont include from system.h, dont bother checking for it either - no much point conditionalizing something we can't live without - just three places need, no point polluting include space everywhere --- system.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'system.h') diff --git a/system.h b/system.h index 25573b9d8..a02ae24b3 100644 --- a/system.h +++ b/system.h @@ -240,10 +240,6 @@ extern const char *__progname; #include #endif -#if HAVE_PWD_H -#include -#endif - /* Take care of NLS matters. */ #if HAVE_LOCALE_H -- cgit v1.2.3