Remove unnecessary include of boost/integer.hpp

This commit is contained in:
Peter Dimov
2023-02-17 03:48:52 +02:00
parent 1e7cc33d77
commit cb888a496d

View File

@ -17,7 +17,6 @@
#include <new>
#include <boost/config.hpp>
#include <boost/assert.hpp>
#include <boost/integer.hpp>
#include <boost/type_index.hpp>
#include <boost/type_traits/has_trivial_copy.hpp>
#include <boost/type_traits/has_trivial_destructor.hpp>