]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/http/forward.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / http / forward.h
index adee4c3e85823c6a9eb4d9ba7f3b12fb61443a6b..e91217fd6a651a67b788f0f4f86953353bd01765 100644 (file)
@@ -1,7 +1,15 @@
+/*
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
+
 #ifndef SQUID_SRC_HTTP_FORWARD_H
 #define SQUID_SRC_HTTP_FORWARD_H
 
-#include "base/RefCount.h"
+#include "http/one/forward.h"
 
 // TODO move these classes into Http namespace
 class HttpRequestMethod;
@@ -13,15 +21,5 @@ typedef RefCount<HttpRequest> HttpRequestPointer;
 class HttpReply;
 typedef RefCount<HttpReply> HttpReplyPointer;
 
-namespace Http {
-
-namespace One {
-class RequestParser;
-typedef RefCount<Http::One::RequestParser> RequestParserPointer;
-} // namespace One
-
-} // namespace Http
-
-namespace Http1 = Http::One;
-
 #endif /* SQUID_SRC_HTTP_FORWARD_H */
+