diff options
Diffstat (limited to 'utils/storage/gen_binary_files.cpp')
| -rw-r--r-- | utils/storage/gen_binary_files.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
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 <stdio.h> -#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*/ |
