]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ssl/helper.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / ssl / helper.h
index 93cda09f5cb6b7fb4513d21c35a0aba088e3ad1a..69cb15c1998f205bef812ba20c1c0199d9e3f2d0 100644 (file)
@@ -1,8 +1,16 @@
+/*
+ * 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_SSL_HELPER_H
 #define SQUID_SSL_HELPER_H
 
-#include "../helper.h"
 #include "base/LruMap.h"
+#include "helper/forward.h"
 #include "ssl/cert_validate_message.h"
 #include "ssl/crtd_message.h"
 
@@ -52,3 +60,4 @@ public:
 
 } //namespace Ssl
 #endif // SQUID_SSL_HELPER_H
+