Skip to content

Commit db4fe6e

Browse files
committedFeb 20, 2025·
remove unnecessary headers
1 parent 7d2763b commit db4fe6e

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed
 

‎keyvi/tests/keyvi/dictionary/dictionary_version_test.cpp

-10
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,12 @@
2424
*/
2525

2626
#include <string>
27-
#include <vector>
2827

2928
#include <boost/test/unit_test.hpp>
3029

3130
#include "keyvi/dictionary/dictionary.h"
3231
#include "keyvi/dictionary/dictionary_compiler.h"
33-
#include "keyvi/dictionary/dictionary_index_compiler.h"
3432
#include "keyvi/dictionary/dictionary_types.h"
35-
#include "keyvi/dictionary/fsa/automata.h"
36-
#include "keyvi/dictionary/fsa/entry_iterator.h"
37-
#include "keyvi/dictionary/fsa/internal/int_inner_weights_value_store.h"
38-
#include "keyvi/dictionary/fsa/internal/int_value_store.h"
39-
#include "keyvi/dictionary/fsa/internal/json_value_store.h"
40-
#include "keyvi/dictionary/fsa/internal/sparse_array_persistence.h"
41-
#include "keyvi/util/configuration.h"
42-
#include "keyvi/util/float_vector_value.h"
4333

4434
namespace keyvi {
4535
namespace dictionary {

0 commit comments

Comments
 (0)
Please sign in to comment.