]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/error/Error.h
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / error / Error.h
index 15ce4868fa29b1d4bd246ef11da21b2f8d04c3ac..6ab36900f639b507cad0f34f9e6d3ea12e67f240 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2020 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.
@@ -9,8 +9,8 @@
 #ifndef _SQUID_SRC_ERROR_ERROR_H
 #define _SQUID_SRC_ERROR_ERROR_H
 
-#include "error/forward.h"
 #include "error/Detail.h"
+#include "error/forward.h"
 
 #include <iosfwd>