From 95931bbb85c62b2c1fd8b950a9b922e4b48e1b12 Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Tue, 23 Dec 2014 09:29:46 +0300 Subject: [PATCH] Includes were placed closer to each other according to their directories --- indexer/ftypes_matcher.hpp | 1 - indexer/indexer_tests/checker_test.cpp | 1 - 2 files changed, 2 deletions(-) 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"