Bläddra i källkod

stdbool.h is not required in custom_malloc().

Ioannis Koutras 14 år sedan
förälder
incheckning
d4630ed6bf
1 ändrade filer med 0 tillägg och 2 borttagningar
  1. 0 2
      src/custom_malloc.c

+ 0 - 2
src/custom_malloc.c

@@ -1,6 +1,4 @@
 #include <dmmlib/dmmlib.h>
-
-#include <stdbool.h>
 #include "dmm_config.h"
 #ifdef HAVE_LOCKS
 #include "posix_lock.h"