mirror of
https://github.com/boostorg/system.git
synced 2025-07-31 21:14:26 +02:00
Remove unnecessary includes
This commit is contained in:
@@ -13,9 +13,7 @@
|
|||||||
#include <boost/system/detail/error_category.hpp>
|
#include <boost/system/detail/error_category.hpp>
|
||||||
#include <boost/system/detail/generic_category_message.hpp>
|
#include <boost/system/detail/generic_category_message.hpp>
|
||||||
#include <boost/system/detail/config.hpp>
|
#include <boost/system/detail/config.hpp>
|
||||||
#include <boost/cstdint.hpp>
|
|
||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
#include <cstring>
|
|
||||||
|
|
||||||
namespace boost
|
namespace boost
|
||||||
{
|
{
|
||||||
|
@@ -12,9 +12,7 @@
|
|||||||
|
|
||||||
#include <boost/system/detail/error_category.hpp>
|
#include <boost/system/detail/error_category.hpp>
|
||||||
#include <boost/system/detail/config.hpp>
|
#include <boost/system/detail/config.hpp>
|
||||||
#include <boost/cstdint.hpp>
|
|
||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
#include <cstring>
|
|
||||||
|
|
||||||
namespace boost
|
namespace boost
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user