From a99fa36f8e6a75f2c305a07e08354fa881a1a124 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 14 Oct 2010 14:42:59 +0800 Subject: switch to pinyin.h for utils --- utils/storage/gen_binary_files.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'utils/storage/gen_binary_files.cpp') diff --git a/utils/storage/gen_binary_files.cpp b/utils/storage/gen_binary_files.cpp index 0873283..757b075 100644 --- a/utils/storage/gen_binary_files.cpp +++ b/utils/storage/gen_binary_files.cpp @@ -20,13 +20,7 @@ */ #include -#include "memory_chunk.h" -#include "novel_types.h" -#include "pinyin_base.h" -#include "pinyin_phrase.h" -#include "pinyin_large_table.h" -#include "phrase_index.h" -#include "phrase_large_table.h" +#include "pinyin.h" int main(int argc, char * argv[]){ /* generate pinyin index*/ -- cgit