diff --git a/src/aliceVision/fuseCut/DelaunayGraphCut.cpp b/src/aliceVision/fuseCut/DelaunayGraphCut.cpp index 0291816de9..c48c5f652f 100644 --- a/src/aliceVision/fuseCut/DelaunayGraphCut.cpp +++ b/src/aliceVision/fuseCut/DelaunayGraphCut.cpp @@ -26,8 +26,6 @@ #include -#include - #include #include #include diff --git a/src/aliceVision/imageMasking/CMakeLists.txt b/src/aliceVision/imageMasking/CMakeLists.txt index 6a236c478c..eb778962f6 100644 --- a/src/aliceVision/imageMasking/CMakeLists.txt +++ b/src/aliceVision/imageMasking/CMakeLists.txt @@ -15,6 +15,5 @@ alicevision_add_library(aliceVision_imageMasking ${OpenCV_LIBS} PRIVATE_LINKS aliceVision_image - ${Boost_FILESYSTEM_LIBRARY} ${Boost_PROGRAM_OPTIONS_LIBRARY} ) diff --git a/src/aliceVision/mvsUtils/fileIO.cpp b/src/aliceVision/mvsUtils/fileIO.cpp index 39c811c5e0..c641ed12b8 100644 --- a/src/aliceVision/mvsUtils/fileIO.cpp +++ b/src/aliceVision/mvsUtils/fileIO.cpp @@ -12,9 +12,6 @@ #include #include -#include -#include - namespace aliceVision { namespace mvsUtils { diff --git a/src/aliceVision/sphereDetection/sphereDetection.cpp b/src/aliceVision/sphereDetection/sphereDetection.cpp index 66e8ee45c6..05b95ea31b 100644 --- a/src/aliceVision/sphereDetection/sphereDetection.cpp +++ b/src/aliceVision/sphereDetection/sphereDetection.cpp @@ -31,9 +31,6 @@ #include #include -// Boost -#include - // Boost JSON #include #include diff --git a/src/aliceVision/voctree/databaseIO.tcc b/src/aliceVision/voctree/databaseIO.tcc index 1df30e191f..3434f4cef8 100644 --- a/src/aliceVision/voctree/databaseIO.tcc +++ b/src/aliceVision/voctree/databaseIO.tcc @@ -11,7 +11,6 @@ #include #include -#include #include #include diff --git a/src/cmake/Dependencies.cmake b/src/cmake/Dependencies.cmake index d562b5fb0b..f0534510c3 100644 --- a/src/cmake/Dependencies.cmake +++ b/src/cmake/Dependencies.cmake @@ -618,7 +618,7 @@ if(AV_BUILD_BOOST) INSTALL_DIR ${CMAKE_INSTALL_PREFIX} CONFIGURE_COMMAND cd && - ./bootstrap.${SCRIPT_EXTENSION} --prefix= --with-libraries=atomic,container,date_time,exception,filesystem,graph,iostreams,json,log,math,program_options,regex,serialization,system,test,thread,stacktrace,timer + ./bootstrap.${SCRIPT_EXTENSION} --prefix= --with-libraries=atomic,container,date_time,exception,graph,iostreams,json,log,math,program_options,regex,serialization,system,test,thread,stacktrace,timer BUILD_COMMAND cd && ./b2 --prefix= variant=${DEPS_CMAKE_BUILD_TYPE_LOWERCASE} cxxstd=11 link=shared threading=multi -j8 diff --git a/src/software/pipeline/main_depthMapEstimation.cpp b/src/software/pipeline/main_depthMapEstimation.cpp index 758ae85ac1..4d46a50781 100644 --- a/src/software/pipeline/main_depthMapEstimation.cpp +++ b/src/software/pipeline/main_depthMapEstimation.cpp @@ -18,7 +18,6 @@ #include #include -#include // These constants define the current software version. // They must be updated when the command line is changed. diff --git a/src/software/pipeline/main_depthMapFiltering.cpp b/src/software/pipeline/main_depthMapFiltering.cpp index 7e45f155a3..56b61c3ad9 100644 --- a/src/software/pipeline/main_depthMapFiltering.cpp +++ b/src/software/pipeline/main_depthMapFiltering.cpp @@ -19,7 +19,6 @@ #include #include -#include // These constants define the current software version. // They must be updated when the command line is changed.