]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib: Remove an unneeded includes.h
authorVolker Lendecke <vl@samba.org>
Tue, 19 Apr 2022 19:30:08 +0000 (21:30 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 26 Apr 2022 21:41:29 +0000 (21:41 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/util/smb_threads.c

index 58ea2daa67563bc831dffd811ec23e75f1a18f0f..421dac9109a0b16a4c9f5c5322f00fbb60474cb9 100644 (file)
  * 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