Skip to content

Commit

Permalink
Removes an unnecessary include from the dnnd_example_commom.hpp that …
Browse files Browse the repository at this point in the history
…relied on Boost
  • Loading branch information
steiltre committed Aug 28, 2024
1 parent bd2a9a7 commit 05ee67b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/dnnd_example_common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#include <ygm/utility.hpp>

#include <saltatlas/dnnd/data_reader.hpp>
#include <saltatlas/dnnd/dhnsw_index_reader.hpp>
#include <saltatlas/dnnd/utility.hpp>

/// Returns the name of the given primitive type in string.
Expand Down Expand Up @@ -130,4 +129,4 @@ inline void show_query_recall_score_with_distance_ties(
test_result, ground_truth, test_result[0].size(), epsilon);
}
show_query_recall_score_helper("Tied-distance", local_sores, comm);
}
}

0 comments on commit 05ee67b

Please sign in to comment.