1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-21 18:04:06 +03:00

s4:includes.h: stdlib.h and stdbool.h are already included by replace.h

metze
This commit is contained in:
Stefan Metzmacher 2009-02-02 08:50:04 +01:00
parent ab7f003aad
commit 23bec6c670

View 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)