2
0
Эх сурвалжийг харах

- fixed includes (rm malloc.h) due to portability problems

Andrei Pelinescu-Onciul 17 жил өмнө
parent
commit
87db435927

+ 0 - 1
modules/tls/tls_config.c

@@ -32,7 +32,6 @@
 
 #include <stdio.h>
 #include <libgen.h>
-#include <malloc.h>
 #include "../../mem/mem.h"
 #include "../../dprint.h"
 #include "../../trim.h"

+ 0 - 1
modules/tls/tls_util.c

@@ -33,7 +33,6 @@
 
 #include <string.h>
 #include <libgen.h>
-#include <malloc.h>
 #include "../../mem/shm_mem.h"
 #include "../../globals.h"
 #include "tls_mod.h"