From 11e91848956821f9a794ae92f98b9204df0dbf12 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 23 Nov 2003 03:03:27 +0000 Subject: by using a single proto.h we gain another factor of 4 in the speed of "make proto" (This used to be commit f6bb118799887e8e29399343e377ba8e9f059f20) --- source4/client/clitar.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/client/clitar.c') 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); -- cgit