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 | bbcd1a02103fa4d9f4dcdc605d438c13e0dc7085 (patch) | |
tree | b1d265b5e9f6f6562c8379f58bf45cfc146eac1d /extractor/mocks/mock_matchings_finder.h | |
parent | 5116d987802eac66ef2d5dbbc9a3546665c9e8e3 (diff) |
Fix broken test & includes.
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 { |