aboutsummaryrefslogtreecommitdiff
path: root/icing/monkey_test/monkey-tokenized-document.h
diff options
context:
space:
mode:
Diffstat (limited to 'icing/monkey_test/monkey-tokenized-document.h')
-rw-r--r--icing/monkey_test/monkey-tokenized-document.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/icing/monkey_test/monkey-tokenized-document.h b/icing/monkey_test/monkey-tokenized-document.h
index a0b38c2..87b77bb 100644
--- a/icing/monkey_test/monkey-tokenized-document.h
+++ b/icing/monkey_test/monkey-tokenized-document.h
@@ -16,16 +16,15 @@
#define ICING_MONKEY_TEST_MONKEY_TOKENIZED_DOCUMENT_H_
#include <string>
+#include <vector>
#include "icing/proto/document.pb.h"
-#include "icing/proto/term.pb.h"
namespace icing {
namespace lib {
struct MonkeyTokenizedSection {
std::string path;
- TermMatchType::Code term_match_type;
std::vector<std::string> token_sequence;
};