mirror of
https://github.com/boostorg/endian.git
synced 2025-08-01 05:24:39 +02:00
Update references types.hpp to integers.hpp
git-svn-id: http://svn.boost.org/svn/boost/sandbox/endian@74220 b8fc166d-592f-0410-95f2-cb63ce0dd405
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
#include <iostream>
|
||||
#include <cstdio>
|
||||
#include <boost/endian/types.hpp>
|
||||
#include <boost/endian/integers.hpp>
|
||||
#include <boost/detail/lightweight_main.hpp>
|
||||
#include <boost/static_assert.hpp>
|
||||
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
#include <boost/endian/detail/disable_warnings.hpp>
|
||||
|
||||
#include <boost/endian/types.hpp>
|
||||
#include <boost/endian/integers.hpp>
|
||||
#include <boost/io/detail/bin_manip.hpp>
|
||||
#include <iostream>
|
||||
|
||||
|
@@ -13,7 +13,7 @@
|
||||
|
||||
#include <boost/endian/detail/disable_warnings.hpp>
|
||||
|
||||
#include <boost/endian/types.hpp>
|
||||
#include <boost/endian/integers.hpp>
|
||||
#include <boost/detail/lightweight_main.hpp>
|
||||
#include <cassert>
|
||||
|
||||
|
@@ -28,7 +28,7 @@
|
||||
# pragma warning( disable : 4389 ) // signed/unsigned mismatch
|
||||
#endif
|
||||
|
||||
#include <boost/endian/types.hpp>
|
||||
#include <boost/endian/integers.hpp>
|
||||
#include <boost/detail/lightweight_main.hpp>
|
||||
#include <cassert>
|
||||
#include <iostream>
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
#include <boost/endian/detail/disable_warnings.hpp>
|
||||
|
||||
#include <boost/endian/types.hpp>
|
||||
#include <boost/endian/integers.hpp>
|
||||
#include <boost/cstdint.hpp>
|
||||
#include <boost/progress.hpp>
|
||||
#include <boost/detail/lightweight_main.hpp>
|
||||
|
Reference in New Issue
Block a user