]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/acl/TimeData.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / acl / TimeData.h
index a52eed66e0071f7ec8a9a0321f8542dd996626f8..dca42ac47e015ca0a92aa13e16b8d8ed97feeda6 100644 (file)
@@ -1,7 +1,5 @@
 
 /*
- * $Id$
- *
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
  * ----------------------------------------------------------
@@ -35,9 +33,9 @@
 
 #ifndef SQUID_ACLTIMEDATA_H
 #define SQUID_ACLTIMEDATA_H
-#include "splay.h"
 #include "acl/Acl.h"
 #include "acl/Data.h"
+#include "splay.h"
 
 class ACLTimeData : public ACLData<time_t>
 {
@@ -62,6 +60,6 @@ private:
     ACLTimeData *next;
 };
 
-MEMPROXY_CLASS_INLINE(ACLTimeData)          /**DOCS_NOSEMI*/
+MEMPROXY_CLASS_INLINE(ACLTimeData);
 
 #endif /* SQUID_ACLTIMEDATA_H */