]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
libcli/util: Avoid an includes.h
authorVolker Lendecke <vl@samba.org>
Tue, 28 Feb 2023 19:19:17 +0000 (20:19 +0100)
committerJeremy Allison <jra@samba.org>
Thu, 9 Mar 2023 18:10:33 +0000 (18:10 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
libcli/util/doserr.c

index 26c0942a031c847a1e93f1650c92d8edd4092933..1c9978f1ff72d342e37763425ca16a964eb4c45f 100644 (file)
@@ -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;