From 889ef4197c1dcbea067055ea5180b8a974c8dcac Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 4 Nov 2024 16:31:24 +0200 Subject: [PATCH] Update is_endian_independent.hpp --- include/boost/hash2/is_endian_independent.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/boost/hash2/is_endian_independent.hpp b/include/boost/hash2/is_endian_independent.hpp index 789d297..8f385aa 100644 --- a/include/boost/hash2/is_endian_independent.hpp +++ b/include/boost/hash2/is_endian_independent.hpp @@ -1,11 +1,10 @@ #ifndef BOOST_HASH2_IS_ENDIAN_INDEPENDENT_HPP_INCLUDED #define BOOST_HASH2_IS_ENDIAN_INDEPENDENT_HPP_INCLUDED -// Copyright 2017, 2023, 2024 Peter Dimov. +// Copyright 2017, 2023, 2024 Peter Dimov // Distributed under the Boost Software License, Version 1.0. // https://www.boost.org/LICENSE_1_0.txt -#include #include namespace boost