s4:includes.h: stdlib.h and stdbool.h are already included by replace.h
authorStefan Metzmacher <metze@samba.org>
Mon, 2 Feb 2009 07:50:04 +0000 (08:50 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 2 Feb 2009 12:08:39 +0000 (13:08 +0100)
metze

source4/include/includes.h

index f925e836c56bcb8a78a351e265ba8fa01ea976d2..c1c565118d677705560936988de80013d7dcc003 100644 (file)
@@ -34,8 +34,6 @@
 #include "system/wait.h"
 
 /* Lists, trees, caching, database... */
-#include <stdlib.h>
-#include <stdbool.h>
 #include <talloc.h>
 #ifndef _PRINTF_ATTRIBUTE
 #define _PRINTF_ATTRIBUTE(a1, a2) PRINTF_ATTRIBUTE(a1, a2)