port gen_pinyin_table.cpp
authorPeng Wu <alexepico@gmail.com>
Fri, 9 Dec 2011 07:21:49 +0000 (15:21 +0800)
committerPeng Wu <alexepico@gmail.com>
Fri, 9 Dec 2011 07:21:49 +0000 (15:21 +0800)
utils/storage/gen_pinyin_table.cpp

index 0d7e231..99a4a0e 100644 (file)
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 
+
+#include "novel_types.h"
+#include "pinyin_base.h"
+#include "pinyin_phrase.h"
 #include <stdio.h>
+#include <errno.h>
 #include <locale.h>
 #include <glib.h>
-#include "pinyin_internal.h"
+
+using namespace pinyin;
 
 
 GTree * g_pinyin_tree;