瀏覽代碼

stdbool.h is not required in custom_malloc().

Ioannis Koutras 14 年之前
父節點
當前提交
d4630ed6bf
共有 1 個文件被更改,包括 0 次插入2 次删除
  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"