The header file limits.h was being included twice

This commit is contained in:
Jose Pedro Oliveira
2013-09-28 01:34:01 +01:00
parent b8fd3d2d8e
commit f5737aa3cc
-1
View File
@@ -20,7 +20,6 @@
#include <syscall.h>
#include <fcntl.h>
#include <stdlib.h>
#include <limits.h>
#include <sched.h>
#include <ctype.h>