From c9fa7b0ce15093104fbe5d4af498eab829e32105 Mon Sep 17 00:00:00 2001 From: Kevin Easton Date: Thu, 10 May 2012 12:31:04 +0000 Subject: [PATCH] Remove unused sys/syslimits.h include. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@171 13b04d17-f746-0410-82c6-800466cd88b0 --- include/irc_std.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/irc_std.h b/include/irc_std.h index e701463..84fc4f2 100644 --- a/include/irc_std.h +++ b/include/irc_std.h @@ -152,10 +152,6 @@ extern int errno; #define howmany(x, y) (((x) + ((y) - 1)) / (y)) #endif -#ifdef HAVE_SYS_SYSLIMITS_H -# include -#endif - #include typedef RETSIGTYPE sigfunc (int);