summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-08-05 15:03:00 +0200
committerGünther Deschner <gd@samba.org>2010-08-06 15:43:38 +0200
commitccd4af271f73e88abd6899a347f9ce5af69c1f1c (patch)
tree8c6b7dd914310c630aa4bb57259f16ececa2fc49 /source3
parenta90ed3381a772c46c06aaae66ec6113d878a6029 (diff)
downloadsamba-ccd4af271f73e88abd6899a347f9ce5af69c1f1c.tar.gz
samba-ccd4af271f73e88abd6899a347f9ce5af69c1f1c.tar.bz2
samba-ccd4af271f73e88abd6899a347f9ce5af69c1f1c.zip
s3: remove global include of samr.h
Guenther
Diffstat (limited to 'source3')
-rw-r--r--source3/auth/auth_unix.c1
-rw-r--r--source3/include/smb.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_unix.c b/source3/auth/auth_unix.c
index c94ec2f1e0..053cad9707 100644
--- a/source3/auth/auth_unix.c
+++ b/source3/auth/auth_unix.c
@@ -18,6 +18,7 @@
*/
#include "includes.h"
+#include "../librpc/gen_ndr/samr.h"
#undef DBGC_CLASS
#define DBGC_CLASS DBGC_AUTH
diff --git a/source3/include/smb.h b/source3/include/smb.h
index f04942eeff..2eb13d423e 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -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"