From: Volker Lendecke Date: Tue, 28 Feb 2023 19:19:17 +0000 (+0100) Subject: libcli/util: Avoid an includes.h X-Git-Tag: talloc-2.4.1~1441 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35976fc2ffdc9936e0931cb3f568ec1c66871267;p=thirdparty%2Fsamba.git libcli/util: Avoid an includes.h Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/libcli/util/doserr.c b/libcli/util/doserr.c index 26c0942a031..1c9978f1ff7 100644 --- a/libcli/util/doserr.c +++ b/libcli/util/doserr.c @@ -19,7 +19,8 @@ /* DOS error codes. please read doserr.h */ -#include "includes.h" +#include "replace.h" +#include "libcli/util/werror.h" struct werror_code_struct { const char *dos_errstr;