Fix #96 - Do not include boost/move/utility.hpp
This commit is contained in:
parent
d0d08adf5a
commit
f57f06b633
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
#include <boost/dll/detail/posix/path_from_handle.hpp>
|
||||
#include <boost/dll/detail/posix/program_location_impl.hpp>
|
||||
|
||||
#include <boost/move/utility.hpp>
|
||||
//#include <boost/move/utility.hpp>
|
||||
#include <boost/swap.hpp>
|
||||
#include <boost/filesystem/path.hpp>
|
||||
#include <boost/filesystem/operations.hpp>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#include <boost/dll/detail/system_error.hpp>
|
||||
#include <boost/dll/detail/windows/path_from_handle.hpp>
|
||||
|
||||
#include <boost/move/utility.hpp>
|
||||
//#include <boost/move/utility.hpp>
|
||||
#include <boost/swap.hpp>
|
||||
#include <boost/filesystem/path.hpp>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue