removed limits.h

It is unnecessary, I am not sure why I included it in the first place.
This commit is contained in:
Fufu Fang 2019-04-11 09:00:05 +01:00
parent 8ea19295a0
commit f5361225cd
1 changed files with 0 additions and 5 deletions

View File

@ -5,11 +5,6 @@
#include <stdlib.h>
#include <getopt.h>
#include <string.h>
#ifdef __FreeBSD__
#include <limits.h>
#else
#include <linux/limits.h>
#endif
#define ARG_LEN_MAX 64