1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +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:30:08 +02:00 committed by Jeremy Allison
parent 5f2ef356b2
commit fb36f23a20

View File

@ -23,8 +23,12 @@
* thread local storage.
*/
#include "includes.h"
#include "replace.h"
#include "smb_threads.h"
#include "smb_threads_internal.h"
#include "lib/util/debug.h"
#include "lib/util/fault.h"
#include "lib/util/memory.h"
/*********************************************************
Functions to vector the locking primitives used internally