]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Protos.h doesn't need to reference any external includes anymore.
authorFrancesco Chemolli <kinkie@squid-cache.org>
Mon, 3 Sep 2012 08:44:53 +0000 (10:44 +0200)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Mon, 3 Sep 2012 08:44:53 +0000 (10:44 +0200)
src/protos.h

index 69326603594d88bd73a84f3df0d92fd7a68330d8..ed58a3d59e225397b1bc98acf93a6258b8d61d5d 100644 (file)
 #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 */