]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Cleanup HttpRequestMethod.h useless lines
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 23 Dec 2013 12:37:21 +0000 (04:37 -0800)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 23 Dec 2013 12:37:21 +0000 (04:37 -0800)
src/HttpRequestMethod.h

index e6584a4cd85e91514351ebec5e9e472dc9805b97..1bb5f000424391f90d3ed4660c755992084d3e15 100644 (file)
@@ -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 <iosfwd>
 
@@ -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() {}
 
     /**