From: Amos Jeffries Date: Mon, 23 Dec 2013 12:37:21 +0000 (-0800) Subject: Cleanup HttpRequestMethod.h useless lines X-Git-Tag: merge-candidate-3-v1~506^2~83 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=47ab73f95eff3502d39407ffb19e1c682d5431ac;p=thirdparty%2Fsquid.git Cleanup HttpRequestMethod.h useless lines --- diff --git a/src/HttpRequestMethod.h b/src/HttpRequestMethod.h index e6584a4cd8..1bb5f00042 100644 --- a/src/HttpRequestMethod.h +++ b/src/HttpRequestMethod.h @@ -1,11 +1,9 @@ #ifndef SQUID_HTTPREQUESTMETHOD_H #define SQUID_HTTPREQUESTMETHOD_H +#include "http/forward.h" #include "http/MethodType.h" #include "SquidString.h" -#include "SquidString.h" - -class SquidConfig; #include @@ -17,12 +15,8 @@ class SquidConfig; */ class HttpRequestMethod { - public: -// static void Configure(SquidConfig &Config); - HttpRequestMethod() : theMethod(Http::METHOD_NONE), theImage() {} - HttpRequestMethod(Http::MethodType const aMethod) : theMethod(aMethod), theImage() {} /**