s3: remove global include of samr.h
authorGünther Deschner <gd@samba.org>
Thu, 5 Aug 2010 13:03:00 +0000 (15:03 +0200)
committerGünther Deschner <gd@samba.org>
Fri, 6 Aug 2010 13:43:38 +0000 (15:43 +0200)
Guenther

source3/auth/auth_unix.c
source3/include/smb.h

index c94ec2f1e09fe4f32c5d253597043bf7bf6c51e2..053cad9707c15163893c050d2632908c27b1939e 100644 (file)
@@ -18,6 +18,7 @@
 */
 
 #include "includes.h"
+#include "../librpc/gen_ndr/samr.h"
 
 #undef DBGC_CLASS
 #define DBGC_CLASS DBGC_AUTH
index f04942eeff710749ebea7d2b7b4527c3deebcc54..2eb13d423e32e8e25e2414f98203f2638288725a 100644 (file)
@@ -178,7 +178,6 @@ typedef union unid_t {
 
 #include "librpc/gen_ndr/idmap.h"
 #include "librpc/gen_ndr/epmapper.h"
-#include "librpc/gen_ndr/samr.h"
 #include "librpc/gen_ndr/netlogon.h"
 #include "librpc/gen_ndr/dcerpc.h"