]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/acl/IntRange.h
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / src / acl / IntRange.h
index c8fe290a54b3508efcf477e577ac56199073d1af..5e39c4366762888817b35fc29871c00e4bc613bd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2018 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -10,7 +10,7 @@
 #define SQUID_ACLINTRANGE_H
 
 #include "acl/Data.h"
-#include "Range.h"
+#include "base/Range.h"
 
 #include <list>