From: Volker Lendecke Date: Mon, 10 Jun 2024 12:32:27 +0000 (+0200) Subject: lib: Avoid an includes.h X-Git-Tag: tdb-1.4.11~308 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4af84350bd2ca3177f4153229565892383c8992c;p=thirdparty%2Fsamba.git lib: Avoid an includes.h Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/lib/util/tevent_debug.c b/lib/util/tevent_debug.c index 4ec905759a1..996f49598ea 100644 --- a/lib/util/tevent_debug.c +++ b/lib/util/tevent_debug.c @@ -16,8 +16,10 @@ along with this program. If not, see . */ -#include "includes.h" +#include "replace.h" #include +#include "lib/util/debug.h" +#include "lib/util/samba_util.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_TEVENT