lib: Remove an unneeded includes.h
authorVolker Lendecke <vl@samba.org>
Tue, 19 Apr 2022 19:21:57 +0000 (21:21 +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/talloc_stack.c

index 4971150e0d5ca8ac056239adde15b3b05661ac27..fdd0a30441dac3ad90c4eaa4abeba7f945f80f4a 100644 (file)
  * 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;