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

lib: Remove an unneeded includes.h

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2022-04-19 21:21:57 +02:00 committed by Jeremy Allison
parent 8a3e3a0d60
commit 5f2ef356b2

View File

@ -37,7 +37,13 @@
* called after the parent would set the talloc_tos() to the wrong value.
*/
#include "includes.h"
#include "replace.h"
#include <talloc.h>
#include "lib/util/talloc_stack.h"
#include "lib/util/smb_threads.h"
#include "lib/util/smb_threads_internal.h"
#include "lib/util/fault.h"
#include "lib/util/debug.h"
struct talloc_stackframe {
int talloc_stacksize;