diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-23 03:03:27 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-23 03:03:27 +0000 |
commit | 11e91848956821f9a794ae92f98b9204df0dbf12 (patch) | |
tree | 96d437b8d7f990235481aff3bfed6e5bf8dc040c /source4/client/clitar.c | |
parent | 1bd5a8ac1a4fea1d0becc6d07c41bdd615753f28 (diff) | |
download | samba-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/clitar.c')
-rw-r--r-- | source4/client/clitar.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |