diff options
Diffstat (limited to 'extractor/mocks/mock_fast_intersector.h')
-rw-r--r-- | extractor/mocks/mock_fast_intersector.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extractor/mocks/mock_fast_intersector.h b/extractor/mocks/mock_fast_intersector.h index 665add65..f0b628d7 100644 --- a/extractor/mocks/mock_fast_intersector.h +++ b/extractor/mocks/mock_fast_intersector.h @@ -1,8 +1,8 @@ #include <gmock/gmock.h> -#include "../fast_intersector.h" -#include "../phrase.h" -#include "../phrase_location.h" +#include "fast_intersector.h" +#include "phrase.h" +#include "phrase_location.h" namespace extractor { |