summaryrefslogtreecommitdiff
path: root/extractor/mocks/mock_suffix_array.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
commitbbcd1a02103fa4d9f4dcdc605d438c13e0dc7085 (patch)
treeb1d265b5e9f6f6562c8379f58bf45cfc146eac1d /extractor/mocks/mock_suffix_array.h
parent5116d987802eac66ef2d5dbbc9a3546665c9e8e3 (diff)
Fix broken test & includes.
Diffstat (limited to 'extractor/mocks/mock_suffix_array.h')
-rw-r--r--extractor/mocks/mock_suffix_array.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/extractor/mocks/mock_suffix_array.h b/extractor/mocks/mock_suffix_array.h
index 6886232a..7018acc7 100644
--- a/extractor/mocks/mock_suffix_array.h
+++ b/extractor/mocks/mock_suffix_array.h
@@ -3,9 +3,9 @@
#include <memory>
#include <string>
-#include "../data_array.h"
-#include "../phrase_location.h"
-#include "../suffix_array.h"
+#include "data_array.h"
+#include "phrase_location.h"
+#include "suffix_array.h"
using namespace std;