Fix #96 - Do not include boost/move/utility.hpp

This commit is contained in:
Jan Kaluza 2016-01-20 09:30:10 +01:00
parent d0d08adf5a
commit f57f06b633
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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>