diff options
author | Paul Baltescu <pauldb89@gmail.com> | 2013-03-06 17:13:13 +0000 |
---|---|---|
committer | Paul Baltescu <pauldb89@gmail.com> | 2013-03-06 17:13:13 +0000 |
commit | 41b2aae5cf08899da5c46e944ead4ddf6639a3f0 (patch) | |
tree | 4a68011a4f7780e24a573f06a8437de0742c5d6f /extractor/mocks/mock_fast_intersector.h | |
parent | 892b0820ce03268bf4c55bed8a8f697009f67f36 (diff) |
Fix broken test & includes.
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 { |