Skip to content

Commit

Permalink
[INFRA] Update HIBF submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed Aug 30, 2023
1 parent c26f06f commit 8a59f0e
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion include/chopper/configuration.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

#include <chopper/prefixes.hpp>

#include <hibf/cereal/path.hpp> // IWYU pragma: keep
#include <hibf/config.hpp>
#include <hibf/detail/cereal/path.hpp> // IWYU pragma: keep

namespace chopper
{
Expand Down
6 changes: 3 additions & 3 deletions include/chopper/layout/hibf_statistics.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
#include <chopper/next_multiple_of_64.hpp>
#include <chopper/workarounds.hpp>

#include <hibf/detail/layout/compute_fpr_correction.hpp>
#include <hibf/detail/layout/layout.hpp>
#include <hibf/detail/sketch/hyperloglog.hpp>
#include <hibf/layout/compute_fpr_correction.hpp>
#include <hibf/layout/layout.hpp>
#include <hibf/sketch/hyperloglog.hpp>

namespace std
{
Expand Down
2 changes: 1 addition & 1 deletion include/chopper/layout/input.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include <chopper/configuration.hpp>
#include <chopper/prefixes.hpp>

#include <hibf/detail/layout/layout.hpp>
#include <hibf/layout/layout.hpp>

namespace chopper::layout
{
Expand Down
2 changes: 1 addition & 1 deletion include/chopper/layout/output.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include <chopper/configuration.hpp>
#include <chopper/prefixes.hpp>

#include <hibf/detail/layout/layout.hpp>
#include <hibf/layout/layout.hpp>

namespace chopper::layout
{
Expand Down
2 changes: 1 addition & 1 deletion include/chopper/prefixes.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#include <string_view>

#include <hibf/detail/prefixes.hpp>
#include <hibf/layout/prefixes.hpp>

namespace chopper::prefix
{
Expand Down
2 changes: 1 addition & 1 deletion include/chopper/sketch/output.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

#include <chopper/configuration.hpp>

#include <hibf/detail/sketch/hyperloglog.hpp>
#include <hibf/sketch/hyperloglog.hpp>

namespace chopper::sketch
{
Expand Down
2 changes: 1 addition & 1 deletion include/chopper/sketch/read_hll_files_into.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include <string>
#include <vector>

#include <hibf/detail/sketch/hyperloglog.hpp>
#include <hibf/sketch/hyperloglog.hpp>

namespace chopper::sketch
{
Expand Down
2 changes: 1 addition & 1 deletion lib/Hierarchical_Interleaved_Bloomfilter
2 changes: 1 addition & 1 deletion src/chopper_layout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
#include <chopper/layout/output.hpp>
#include <chopper/sketch/output.hpp>

#include <hibf/detail/layout/compute_layout.hpp>
#include <hibf/hierarchical_interleaved_bloom_filter.hpp>
#include <hibf/layout/compute_layout.hpp>

namespace chopper::layout
{
Expand Down
2 changes: 1 addition & 1 deletion src/display_layout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <chopper/layout/hibf_statistics.hpp>
#include <chopper/layout/input.hpp>

#include <hibf/detail/sketch/hyperloglog.hpp>
#include <hibf/sketch/hyperloglog.hpp>

struct config
{
Expand Down
2 changes: 1 addition & 1 deletion src/measure_hyperloglog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include <seqan3/search/kmer_index/shape.hpp>
#include <seqan3/search/views/kmer_hash.hpp>

#include <hibf/detail/sketch/hyperloglog.hpp>
#include <hibf/sketch/hyperloglog.hpp>

struct cli_args
{
Expand Down
2 changes: 1 addition & 1 deletion test/api/layout/execute_with_estimation_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include <chopper/sketch/read_hll_files_into.hpp>

#include "../api_test.hpp"
#include <hibf/detail/sketch/hyperloglog.hpp>
#include <hibf/sketch/hyperloglog.hpp>

TEST(execute_estimation_test, few_ubs)
{
Expand Down

0 comments on commit 8a59f0e

Please sign in to comment.