From: Francesco Chemolli Date: Mon, 3 Sep 2012 08:44:53 +0000 (+0200) Subject: Protos.h doesn't need to reference any external includes anymore. X-Git-Tag: sourceformat-review-1~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6647effe625ee2990b83fb969be21bdf374c11de;p=thirdparty%2Fsquid.git Protos.h doesn't need to reference any external includes anymore. --- diff --git a/src/protos.h b/src/protos.h index 6932660359..ed58a3d59e 100644 --- a/src/protos.h +++ b/src/protos.h @@ -29,21 +29,8 @@ #ifndef SQUID_PROTOS_H #define SQUID_PROTOS_H -/* for routines still in this file that take CacheManager parameters */ -#include "ip/Address.h" -/* for parameters that still need these */ -#include "enums.h" -/* some parameters stil need this */ -#include "wordlist.h" -#include "anyp/ProtocolType.h" - -#include "comm/forward.h" - extern void shut_down(int); extern void rotate_logs(int); extern void reconfigure(int); - - - #endif /* SQUID_PROTOS_H */