Skip to content

Commit

Permalink
clean up by removing unused headers
Browse files Browse the repository at this point in the history
add version.hpp which might be needed
  • Loading branch information
robertramey committed Jul 15, 2020
1 parent 812ef99 commit 8acf329
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions include/boost/serialization/optional.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,14 @@
#include <boost/config.hpp>

#include <boost/optional.hpp>
#include <boost/move/utility_core.hpp>

#include <boost/serialization/item_version_type.hpp>
#include <boost/serialization/version.hpp>
#include <boost/serialization/split_free.hpp>
#include <boost/serialization/level.hpp>
#include <boost/serialization/nvp.hpp>
#include <boost/serialization/library_version_type.hpp>
#include <boost/type_traits/is_pointer.hpp>
#include <boost/serialization/detail/stack_constructor.hpp>
#include <boost/serialization/detail/is_default_constructible.hpp>
#include <boost/serialization/force_include.hpp>

// function specializations must be defined in the appropriate
// namespace - boost::serialization
Expand Down

1 comment on commit 8acf329

@thebrandre
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please merge that into master for the upcoming 1.75 release? It fixes issues #217 and #210.

Please sign in to comment.