]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/StoreIOBuffer.h
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / StoreIOBuffer.h
index 64ac49940c76a487234557445a3c324c3b0cbbc7..d076677cc0d3908b0ec5c76bc64c4aa8a4cec5e2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2020 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -9,9 +9,8 @@
 #ifndef SQUID_STOREIOBUFFER_H
 #define SQUID_STOREIOBUFFER_H
 
-/* TODO: move this and the range() method into a .cci */
+#include "base/Range.h"
 #include "MemBuf.h"
-#include "Range.h"
 
 class StoreIOBuffer
 {