summaryrefslogtreecommitdiff
path: root/source4/include
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-02-02 08:50:04 +0100
committerStefan Metzmacher <metze@samba.org>2009-02-02 13:08:39 +0100
commit23bec6c670073fc419908c65918d885e6d9553e2 (patch)
tree7c7532b493c5c79b93464118fbd285f507531c10 /source4/include
parentab7f003aad6d16103c72ec3330836340e83a230a (diff)
downloadsamba-23bec6c670073fc419908c65918d885e6d9553e2.tar.gz
samba-23bec6c670073fc419908c65918d885e6d9553e2.tar.bz2
samba-23bec6c670073fc419908c65918d885e6d9553e2.zip
s4:includes.h: stdlib.h and stdbool.h are already included by replace.h
metze
Diffstat (limited to 'source4/include')
-rw-r--r--source4/include/includes.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h
index f925e836c5..c1c565118d 100644
--- a/source4/include/includes.h
+++ b/source4/include/includes.h
@@ -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)