Do not include <limits.h>

* strace.c: Do not include <limits.h> explicitly, it is already included
implicitly by <sys/param.h>.
This commit is contained in:
Дмитрий Левин 2011-08-30 16:07:01 +00:00
parent b038a43d75
commit a673f3fa62

View File

@ -44,7 +44,6 @@
#include <pwd.h>
#include <grp.h>
#include <string.h>
#include <limits.h>
#include <dirent.h>
#ifdef LINUX