diff options
author | Peng Wu <alexepico@gmail.com> | 2010-10-27 11:28:35 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2010-10-27 11:28:35 +0800 |
commit | 00bb37cc3e5b298b35cd4af8cdeec2fa19e5922c (patch) | |
tree | deef0fa74bd2e312fe24be93291a5092d785d6ee /utils/segment/spseg.cpp | |
parent | 62d4d99e5754304a57f53a80ff61061506a0e908 (diff) | |
download | libpinyin-00bb37cc3e5b298b35cd4af8cdeec2fa19e5922c.tar.gz libpinyin-00bb37cc3e5b298b35cd4af8cdeec2fa19e5922c.tar.xz libpinyin-00bb37cc3e5b298b35cd4af8cdeec2fa19e5922c.zip |
switch to pinyin.h
Diffstat (limited to 'utils/segment/spseg.cpp')
-rw-r--r-- | utils/segment/spseg.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/segment/spseg.cpp b/utils/segment/spseg.cpp index f4522f2..1d6dc11 100644 --- a/utils/segment/spseg.cpp +++ b/utils/segment/spseg.cpp @@ -23,8 +23,7 @@ #include <string.h> #include <locale.h> #include <glib.h> -#include "novel_types.h" -#include "phrase_large_table.h" +#include "pinyin.h" /* graph shortest path sentence segment. */ |