X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=source4%2Finclude%2Fincludes.h;h=c1c565118d677705560936988de80013d7dcc003;hb=23bec6c670073fc419908c65918d885e6d9553e2;hp=750ebc4137b31a343822b20fddf112a096746ec7;hpb=bf21371c098684ccad427a54ac76766c0021bc88;p=amitay%2Fsamba.git diff --git a/source4/include/includes.h b/source4/include/includes.h index 750ebc4137b..c1c565118d6 100644 --- a/source4/include/includes.h +++ b/source4/include/includes.h @@ -30,34 +30,27 @@ #endif #endif /* NO_CONFIG_H */ -#include "local.h" - #include "system/time.h" #include "system/wait.h" /* Lists, trees, caching, database... */ -#include -#include #include #ifndef _PRINTF_ATTRIBUTE #define _PRINTF_ATTRIBUTE(a1, a2) PRINTF_ATTRIBUTE(a1, a2) #endif -#include "util/util.h" +#include "../lib/util/xfile.h" +#include "../lib/util/attr.h" +#include "../lib/util/debug.h" +#include "../lib/util/util.h" #include "libcli/util/error.h" /* String routines */ -#include "util/safe_string.h" +#include "../lib/util/safe_string.h" #if 0 /* darn, we can't do this now that we don't link the ldb tools to all the smb libs */ #define TALLOC_ABORT(reason) smb_panic(reason) #endif -/* this needs to be a string which is not in the C library. We - previously used "init_module", but that meant that modules which - did not define this function ended up calling the C library - function init_module() which makes a system call */ -#define SAMBA_INIT_MODULE "samba_init_module" - #endif /* _INCLUDES_H */