]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/auth/ntlm/UserRequest.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / auth / ntlm / UserRequest.h
index 126d85db28febf97d113b52a8eee1c47e70c51c6..3a3fec5089e8546e13d36e1b9403653608a9579d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * 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.
@@ -11,7 +11,6 @@
 
 #include "auth/UserRequest.h"
 #include "helper/forward.h"
-#include "MemPool.h"
 
 class ConnStateData;
 class HttpReply;
@@ -24,10 +23,9 @@ namespace Ntlm
 
 class UserRequest : public Auth::UserRequest
 {
-
-public:
     MEMPROXY_CLASS(Auth::Ntlm::UserRequest);
 
+public:
     UserRequest();
     virtual ~UserRequest();
     virtual int authenticated() const;
@@ -61,6 +59,5 @@ private:
 } // namespace Ntlm
 } // namespace Auth
 
-MEMPROXY_CLASS_INLINE(Auth::Ntlm::UserRequest);
-
 #endif /* _SQUID_SRC_AUTH_NTLM_USERREQUEST_H */
+