]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/auth/digest/UserRequest.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / auth / digest / UserRequest.h
index a4d006815c0bd7f555a104aa77a5e9d32b658c70..89cf090c816f4e3aba8f21745997030b97ec535d 100644 (file)
@@ -1,9 +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_AUTH_DIGEST_USERREQUEST_H
 #define _SQUID_SRC_AUTH_DIGEST_USERREQUEST_H
 
-#include "auth/digest/auth_digest.h"
 #include "auth/UserRequest.h"
-#include "MemPool.h"
 
 class ConnStateData;
 class HttpReply;
@@ -19,10 +25,9 @@ namespace Digest
  */
 class UserRequest : public Auth::UserRequest
 {
-
-public:
     MEMPROXY_CLASS(Auth::Digest::UserRequest);
 
+public:
     UserRequest();
     virtual ~UserRequest();
 
@@ -62,6 +67,5 @@ private:
 } // namespace Digest
 } // namespace Auth
 
-MEMPROXY_CLASS_INLINE(Auth::Digest::UserRequest);
-
 #endif /* _SQUID_SRC_AUTH_DIGEST_USERREQUEST_H */
+