Remove unnecessary includes

This commit is contained in:
Peter Dimov
2020-08-27 17:40:27 +03:00
parent 7e2a02b16d
commit 717867cf4e
2 changed files with 0 additions and 2 deletions

View File

@ -4,7 +4,6 @@
#include <boost/system/generic_category.hpp>
#include <boost/core/lightweight_test.hpp>
#include <cstring>
// Tests whether generic_category() is functional when only
// generic_category.hpp is included

View File

@ -4,7 +4,6 @@
#include <boost/system/system_category.hpp>
#include <boost/core/lightweight_test.hpp>
#include <cstring>
// Tests whether system_category() is functional when only
// system_category.hpp is included