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
 
@@ -10,13 +10,13 @@
 

	
 
#include <boost/config.hpp>
 
#include <boost/dll/shared_library_load_mode.hpp>
 
#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/predef/os.h>
 

	
 
#include <dlfcn.h>
include/boost/dll/detail/windows/shared_library_impl.hpp
Show inline comments
 
@@ -11,13 +11,13 @@
 
#include <boost/config.hpp>
 
#include <boost/dll/shared_library_load_mode.hpp>
 
#include <boost/dll/detail/aggressive_ptr_cast.hpp>
 
#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>
 

	
 
#include <boost/detail/winapi/dll.hpp>
 

	
 
#ifdef BOOST_HAS_PRAGMA_ONCE
0 comments (0 inline, 0 general)