summaryrefslogtreecommitdiffstats
path: root/src/pinyin_internal.cpp
blob: deb3673b04275ec309fb384a5947d08d92b435f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "pinyin_internal.h"


/* deprecated headers:
 * ChewingLargeTable and PhraseLargeTable2.
 * just keep it here for compiling and compatibility. */
#include "chewing_large_table.h"
#include "phrase_large_table2.h"
#include "facade_chewing_table.h"
#include "facade_phrase_table2.h"
#include "pinyin_lookup2.h"

/* Place holder for pinyin internal library. */