Remove unnecessary includes

This commit is contained in:
Peter Dimov
2020-08-28 15:20:13 +03:00
parent 7236be0c58
commit 2e1ae5bc7a
2 changed files with 0 additions and 4 deletions

View File

@ -13,9 +13,7 @@
#include <boost/system/detail/error_category.hpp>
#include <boost/system/detail/generic_category_message.hpp>
#include <boost/system/detail/config.hpp>
#include <boost/cstdint.hpp>
#include <boost/config.hpp>
#include <cstring>
namespace boost
{

View File

@ -12,9 +12,7 @@
#include <boost/system/detail/error_category.hpp>
#include <boost/system/detail/config.hpp>
#include <boost/cstdint.hpp>
#include <boost/config.hpp>
#include <cstring>
namespace boost
{