blob: 5e0e1902315ee22078d653678770e1047964dd17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#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"
/* Place holder for pinyin internal library. */
|