]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/acl/TimeData.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / acl / TimeData.cc
index a625f06012147142e97f39231366b35dc83ab434..6f8a3da20a7e1d8bb1eee6cf48919344ac9b5008 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * DEBUG: section 28    Access Control
  * AUTHOR: Duane Wessels
  *
  */
 
 #include "squid.h"
-#include "acl/TimeData.h"
 #include "acl/Checklist.h"
+#include "acl/TimeData.h"
 #include "cache_cf.h"
 #include "Debug.h"
-#include "protos.h"
 #include "wordlist.h"
 
 ACLTimeData::ACLTimeData () : weekbits (0), start (0), stop (0), next (NULL) {}