diff options
Diffstat (limited to 'extractor/mocks/mock_matchings_finder.h')
-rw-r--r-- | extractor/mocks/mock_matchings_finder.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extractor/mocks/mock_matchings_finder.h b/extractor/mocks/mock_matchings_finder.h index ffbb06c7..827526fd 100644 --- a/extractor/mocks/mock_matchings_finder.h +++ b/extractor/mocks/mock_matchings_finder.h @@ -1,7 +1,7 @@ #include <gmock/gmock.h> -#include "../matchings_finder.h" -#include "../phrase_location.h" +#include "matchings_finder.h" +#include "phrase_location.h" namespace extractor { |