]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/StoreIOBuffer.h
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / StoreIOBuffer.h
index f8fd207912458ff636462310ce0d7ca5e51c533d..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,8 +9,8 @@
 #ifndef SQUID_STOREIOBUFFER_H
 #define SQUID_STOREIOBUFFER_H
 
+#include "base/Range.h"
 #include "MemBuf.h"
-#include "Range.h"
 
 class StoreIOBuffer
 {