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:
parent
5f2ef356b2
commit
fb36f23a20
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user