Remove unused sys/syslimits.h include.

git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@171 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2012-05-10 12:31:04 +00:00
parent eb964e1c52
commit c9fa7b0ce1

View File

@@ -152,10 +152,6 @@ extern int errno;
#define howmany(x, y) (((x) + ((y) - 1)) / (y)) #define howmany(x, y) (((x) + ((y) - 1)) / (y))
#endif #endif
#ifdef HAVE_SYS_SYSLIMITS_H
# include <sys/syslimits.h>
#endif
#include <limits.h> #include <limits.h>
typedef RETSIGTYPE sigfunc (int); typedef RETSIGTYPE sigfunc (int);