Skip to content

Commit fb9a9bc

Browse files
committed
fix: header after includes
1 parent a08e53d commit fb9a9bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/seqan3/search/dream_index/interleaved_bloom_filter.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99

1010
#pragma once
1111

12-
SEQAN3_DEPRECATED_HEADER("This header and its functionality is deprecated and will be removed in a future version of SeqAn. Please use the hibf-library (url: https://github.com/seqan/hibf) instead.");
13-
1412
#include <algorithm>
1513
#include <bit>
1614

1715
#include <seqan3/contrib/sdsl-lite.hpp>
1816
#include <seqan3/core/concept/cereal.hpp>
1917
#include <seqan3/core/detail/strong_type.hpp>
2018

19+
SEQAN3_DEPRECATED_HEADER("This header and its functionality is deprecated and will be removed in a future version of SeqAn. Please use the hibf-library (url: https://github.com/seqan/hibf) instead.");
20+
2121
namespace seqan3
2222
{
2323
//!\brief Determines if the Interleaved Bloom Filter is compressed.

0 commit comments

Comments
 (0)