]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/snmp/Var.h
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / snmp / Var.h
index 519c3e21afa1517c1021004cea24d198802909ef..0240c7a4c53103ed6b7d32d877084f08100648da 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2021 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -11,8 +11,8 @@
 #ifndef SQUID_SNMPX_VAR_H
 #define SQUID_SNMPX_VAR_H
 
+#include "base/Range.h"
 #include "ipc/forward.h"
-#include "Range.h"
 #include "snmp_vars.h"
 
 namespace Snmp
@@ -71,3 +71,4 @@ private:
 } // namespace Snmp
 
 #endif /* SQUID_SNMPX_VAR_H */
+