From 23bec6c670073fc419908c65918d885e6d9553e2 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 2 Feb 2009 08:50:04 +0100 Subject: s4:includes.h: stdlib.h and stdbool.h are already included by replace.h metze --- source4/include/includes.h | 2 -- 1 file changed, 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 -#include #include #ifndef _PRINTF_ATTRIBUTE #define _PRINTF_ATTRIBUTE(a1, a2) PRINTF_ATTRIBUTE(a1, a2) -- cgit