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_ngram.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/storage/test_ngram.cpp') diff --git a/tests/storage/test_ngram.cpp b/tests/storage/test_ngram.cpp index 7bdb141..2110afc 100644 --- a/tests/storage/test_ngram.cpp +++ b/tests/storage/test_ngram.cpp @@ -1,7 +1,5 @@ #include -#include "memory_chunk.h" -#include "novel_types.h" -#include "ngram.h" +#include "pinyin.h" int main(int argc, char * argv[]){ -- cgit