summaryrefslogtreecommitdiff
path: root/extractor/mocks/mock_fast_intersector.h
diff options
context:
space:
mode:
authorPaul Baltescu <pauldb89@gmail.com>2013-03-06 17:13:13 +0000
committerPaul Baltescu <pauldb89@gmail.com>2013-03-06 17:13:13 +0000
commit41b2aae5cf08899da5c46e944ead4ddf6639a3f0 (patch)
tree4a68011a4f7780e24a573f06a8437de0742c5d6f /extractor/mocks/mock_fast_intersector.h
parent892b0820ce03268bf4c55bed8a8f697009f67f36 (diff)
Fix broken test & includes.
Diffstat (limited to 'extractor/mocks/mock_fast_intersector.h')
-rw-r--r--extractor/mocks/mock_fast_intersector.h6
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 {