From 35976fc2ffdc9936e0931cb3f568ec1c66871267 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 28 Feb 2023 20:19:17 +0100 Subject: libcli/util: Avoid an includes.h Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- libcli/util/doserr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- cgit v1.2.1