From 3ef531ec34dc709479005b00f50d1daf8e65269a Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 18 Aug 2010 16:51:06 +0200 Subject: s3-build: no point in including doserr.h, noone uses them. Guenther --- source3/include/smb.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/include/smb.h') diff --git a/source3/include/smb.h b/source3/include/smb.h index e43981748b..05a02637bd 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -137,8 +137,6 @@ enum smb_read_errors { #define OPENX_FILE_CREATE_IF_NOT_EXIST 0x10 #define OPENX_FILE_FAIL_IF_NOT_EXIST 0 -#include "../libcli/util/doserr.h" - typedef union unid_t { uid_t uid; gid_t gid; -- cgit