diff --git a/indexer/ftypes_matcher.hpp b/indexer/ftypes_matcher.hpp index c481a55784..8f760a2f2e 100644 --- a/indexer/ftypes_matcher.hpp +++ b/indexer/ftypes_matcher.hpp @@ -3,7 +3,6 @@ #include "../base/base.hpp" #include "../std/vector.hpp" - #include "../std/string.hpp" namespace feature { class TypesHolder; } diff --git a/indexer/indexer_tests/checker_test.cpp b/indexer/indexer_tests/checker_test.cpp index 3eb0564c66..7d3ceb886e 100644 --- a/indexer/indexer_tests/checker_test.cpp +++ b/indexer/indexer_tests/checker_test.cpp @@ -3,7 +3,6 @@ #include "../ftypes_matcher.hpp" #include "../../indexer/index.hpp" - #include "../../indexer/classificator.hpp" #include "../../base/logging.hpp"