Remove HAVE_STDLIB_H check and replace stdlib.h by cstdlib

This commit is contained in:
Luis Díaz Más
2018-05-02 23:11:00 +02:00
parent aded1965c5
commit d55b2b1b65
14 changed files with 10 additions and 20 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
#include <vector>
#include <set>
#include <stdlib.h>
#include <cstdlib>
#include <limits.h>
#include <sys/types.h>
#include <sys/stat.h>