From: Amos Jeffries Date: Wed, 1 Jun 2011 02:34:24 +0000 (-0600) Subject: Cleanup: detach squid.h from URL class dependencies X-Git-Tag: take08~55^2~156 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d1392d2d2b37492e11064698c86626f23e23f459;p=thirdparty%2Fsquid.git Cleanup: detach squid.h from URL class dependencies --- diff --git a/src/URL.h b/src/URL.h index a2cdd1da6a..e6e112fffc 100644 --- a/src/URL.h +++ b/src/URL.h @@ -33,7 +33,6 @@ #ifndef SQUID_SRC_URL_H #define SQUID_SRC_URL_H -#include "squid.h" #include "MemPool.h" #include "URLScheme.h"