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:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user