Changeset - f57f06b633e5
[Not reviewed]
0 2 0
Jan Kaluza - 10 years ago 2016-01-20 09:30:10
jkaluza@redhat.com
Fix #96 - Do not include boost/move/utility.hpp
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
include/boost/dll/detail/posix/shared_library_impl.hpp
Show inline comments
 
@@ -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>
include/boost/dll/detail/windows/shared_library_impl.hpp
Show inline comments
 
@@ -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>
 

	
0 comments (0 inline, 0 general)