Remove redundant limits.h

redo.
This commit is contained in:
Stephen Hemminger 2011-07-13 09:49:17 -07:00
parent 0dc34c7713
commit be181323c1

View File

@ -31,7 +31,6 @@
#include <stdlib.h>
#include <ctype.h>
#include <stdarg.h>
#include <limits.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/wait.h>