From 5e802bea7f1374ffd6ba8774ca80178b704b7a56 Mon Sep 17 00:00:00 2001 From: bemandawes Date: Fri, 27 May 2011 15:23:23 +0000 Subject: [PATCH] Rename boost/endian/integers.hpp to boost/endian/types.hpp for clarity and in case some non-integer types get added in the future. Fix include in bin_manip_example.cpp git-svn-id: http://svn.boost.org/svn/boost/sandbox/endian@72212 b8fc166d-592f-0410-95f2-cb63ce0dd405 --- boost/endian/{ => detail}/cover_operators.hpp | 0 boost/endian/{integers.hpp => types.hpp} | 0 libs/io/example/bin_manip_example.cpp | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename boost/endian/{ => detail}/cover_operators.hpp (100%) rename boost/endian/{integers.hpp => types.hpp} (100%) diff --git a/boost/endian/cover_operators.hpp b/boost/endian/detail/cover_operators.hpp similarity index 100% rename from boost/endian/cover_operators.hpp rename to boost/endian/detail/cover_operators.hpp diff --git a/boost/endian/integers.hpp b/boost/endian/types.hpp similarity index 100% rename from boost/endian/integers.hpp rename to boost/endian/types.hpp diff --git a/libs/io/example/bin_manip_example.cpp b/libs/io/example/bin_manip_example.cpp index c943619..fdb3118 100644 --- a/libs/io/example/bin_manip_example.cpp +++ b/libs/io/example/bin_manip_example.cpp @@ -5,7 +5,7 @@ // Distributed under the Boost Software License, Version 1.0. // See http://www.boost.org/LICENSE_1_0.txt -#include +#include #include #include #include