Skip to content

Commit

Permalink
[build] Include cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoulon committed Jan 20, 2021
1 parent 59de7d3 commit c7e696d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion src/software/SfM/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ target_link_libraries(openMVG_main_ListMatchingPairs
)

add_executable( openMVG_main_PairGenerator main_PairGenerator.cpp )
target_link_libraries( openMVG_main_PairGenerator
target_link_libraries( openMVG_main_PairGenerator
PRIVATE
openMVG_features
openMVG_multiview
Expand Down
1 change: 0 additions & 1 deletion src/software/SfM/import/io_loadImages.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include "third_party/stlplus3/filesystemSimplified/file_system.hpp"

#include <string>
#include <vector>

bool LoadImages
(
Expand Down
4 changes: 0 additions & 4 deletions src/software/SfM/main_ComputeMatches.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@

#include "openMVG/graph/graph.hpp"
#include "openMVG/graph/graph_stats.hpp"
#include "openMVG/features/akaze/image_describer_akaze.hpp"
#include "openMVG/features/descriptor.hpp"
#include "openMVG/features/feature.hpp"
#include "openMVG/graph/graph.hpp"
#include "openMVG/matching/indMatch.hpp"
#include "openMVG/matching/indMatch_utils.hpp"
#include "openMVG/matching/pairwiseAdjacencyDisplay.hpp"
Expand Down

0 comments on commit c7e696d

Please sign in to comment.