s3-build: no point in including doserr.h, noone uses them.
authorGünther Deschner <gd@samba.org>
Wed, 18 Aug 2010 14:51:06 +0000 (16:51 +0200)
committerGünther Deschner <gd@samba.org>
Wed, 25 Aug 2010 22:20:29 +0000 (00:20 +0200)
Guenther

source3/include/smb.h

index e43981748b2642ba6e411587eb44ca8bc9f47bf8..05a02637bdd0744f6f77967ed26e326a372f205a 100644 (file)
@@ -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;