summaryrefslogtreecommitdiff
path: root/source4/client
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-11-23 03:03:27 +0000
committerAndrew Tridgell <tridge@samba.org>2003-11-23 03:03:27 +0000
commit11e91848956821f9a794ae92f98b9204df0dbf12 (patch)
tree96d437b8d7f990235481aff3bfed6e5bf8dc040c /source4/client
parent1bd5a8ac1a4fea1d0becc6d07c41bdd615753f28 (diff)
downloadsamba-11e91848956821f9a794ae92f98b9204df0dbf12.tar.gz
samba-11e91848956821f9a794ae92f98b9204df0dbf12.tar.bz2
samba-11e91848956821f9a794ae92f98b9204df0dbf12.zip
by using a single proto.h we gain another factor of 4 in the speed of
"make proto" (This used to be commit f6bb118799887e8e29399343e377ba8e9f059f20)
Diffstat (limited to 'source4/client')
-rw-r--r--source4/client/client.c1
-rw-r--r--source4/client/clitar.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/source4/client/client.c b/source4/client/client.c
index e0d332ca13..c46c8d8133 100644
--- a/source4/client/client.c
+++ b/source4/client/client.c
@@ -22,7 +22,6 @@
*/
#include "includes.h"
-#include "../client/client_proto.h"
#ifndef REGISTER
#define REGISTER 0
#endif
diff --git a/source4/client/clitar.c b/source4/client/clitar.c
index 78f44da8ca..8ab54a40c2 100644
--- a/source4/client/clitar.c
+++ b/source4/client/clitar.c
@@ -37,7 +37,6 @@
#include "includes.h"
#include "clitar.h"
-#include "../client/client_proto.h"
static int clipfind(char **aret, int ret, char *tok);
void dos_clean_name(char *s);