2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

don't need limits.h

This commit is contained in:
Todd C. Miller
1999-08-22 17:09:49 +00:00
parent 9d5008bf3c
commit db4cac1740

View File

@@ -47,7 +47,6 @@
#ifdef HAVE_STRINGS_H
#include <strings.h>
#endif /* HAVE_STRINGS_H */
#include <limits.h>
#include <pwd.h>
#include <sys/param.h>
#include <sys/types.h>