From: Amos Jeffries Date: Thu, 30 May 2013 10:14:55 +0000 (-0600) Subject: Remove useless includes X-Git-Tag: SQUID_3_4_0_1~92 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cdc44a7d7d2302e5f3a5ec18d97e2f4165772dfb;p=thirdparty%2Fsquid.git Remove useless includes --- diff --git a/src/HttpMsg.h b/src/HttpMsg.h index 6de4cfbd0d..829cd778c1 100644 --- a/src/HttpMsg.h +++ b/src/HttpMsg.h @@ -37,7 +37,6 @@ #include "HttpRequestMethod.h" #include "http/StatusCode.h" #include "http/ProtocolVersion.h" -#include "typedefs.h" /// common parts of HttpRequest and HttpReply class HttpMsg : public RefCountable