From d9268d28d322918e8294dbf81fc41f8e2e12712c Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 14 Oct 2010 14:53:48 +0800 Subject: switch to pinyin.h for tests --- tests/storage/test_phrase_index.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/storage/test_phrase_index.cpp') diff --git a/tests/storage/test_phrase_index.cpp b/tests/storage/test_phrase_index.cpp index 72b6d03..d71ce6d 100644 --- a/tests/storage/test_phrase_index.cpp +++ b/tests/storage/test_phrase_index.cpp @@ -1,9 +1,7 @@ #include #include #include -#include "memory_chunk.h" -#include "pinyin_base.h" -#include "phrase_index.h" +#include "pinyin.h" size_t bench_times = 100000; -- cgit