Skip to content

Commit

Permalink
remove unnecessary headers
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmuhs committed Feb 20, 2025
1 parent 7d2763b commit db4fe6e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions keyvi/tests/keyvi/dictionary/dictionary_version_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,12 @@
*/

#include <string>
#include <vector>

#include <boost/test/unit_test.hpp>

#include "keyvi/dictionary/dictionary.h"
#include "keyvi/dictionary/dictionary_compiler.h"
#include "keyvi/dictionary/dictionary_index_compiler.h"
#include "keyvi/dictionary/dictionary_types.h"
#include "keyvi/dictionary/fsa/automata.h"
#include "keyvi/dictionary/fsa/entry_iterator.h"
#include "keyvi/dictionary/fsa/internal/int_inner_weights_value_store.h"
#include "keyvi/dictionary/fsa/internal/int_value_store.h"
#include "keyvi/dictionary/fsa/internal/json_value_store.h"
#include "keyvi/dictionary/fsa/internal/sparse_array_persistence.h"
#include "keyvi/util/configuration.h"
#include "keyvi/util/float_vector_value.h"

namespace keyvi {
namespace dictionary {
Expand Down

0 comments on commit db4fe6e

Please sign in to comment.