summaryrefslogtreecommitdiff
path: root/source3/client
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-05-10 11:47:29 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-05-10 11:47:29 +0000
commit7ed8b615b9f2caadc6cd8292b356b2daf25c5513 (patch)
tree2df48615abe219fc9c584af139bd9bbb94b2bf6d /source3/client
parentec40d70b3b6f3032c86bfa4a80066572e0f0eaa7 (diff)
downloadsamba-7ed8b615b9f2caadc6cd8292b356b2daf25c5513.tar.gz
samba-7ed8b615b9f2caadc6cd8292b356b2daf25c5513.tar.bz2
samba-7ed8b615b9f2caadc6cd8292b356b2daf25c5513.zip
Reverse previous patch from Stefan and me after comments by Andrew Bartlett.
(This used to be commit d31509fe88da8727521586dced1da2c73bfee2bc)
Diffstat (limited to 'source3/client')
-rw-r--r--source3/client/client.c2
-rw-r--r--source3/client/smbmount.c2
-rw-r--r--source3/client/smbspool.c2
3 files changed, 0 insertions, 6 deletions
diff --git a/source3/client/client.c b/source3/client/client.c
index 04804ac1f1..b498b5b4a8 100644
--- a/source3/client/client.c
+++ b/source3/client/client.c
@@ -28,8 +28,6 @@
#define REGISTER 0
#endif
-#include "module_dummy.h"
-
struct cli_state *cli;
extern BOOL in_client;
static int port = 0;
diff --git a/source3/client/smbmount.c b/source3/client/smbmount.c
index eeaec64204..1ee7dbc8cb 100644
--- a/source3/client/smbmount.c
+++ b/source3/client/smbmount.c
@@ -22,8 +22,6 @@
#include "includes.h"
-#include "module_dummy.h"
-
#include <mntent.h>
#include <asm/types.h>
#include <linux/smb_fs.h>
diff --git a/source3/client/smbspool.c b/source3/client/smbspool.c
index eef663ebfd..68165792da 100644
--- a/source3/client/smbspool.c
+++ b/source3/client/smbspool.c
@@ -24,8 +24,6 @@
#include "includes.h"
-#include "module_dummy.h"
-
/*
* Globals...
*/