diff options
author | Peng Huang <shawn.p.huang@gmail.com> | 2010-04-14 11:19:09 +0800 |
---|---|---|
committer | Peng Huang <shawn.p.huang@gmail.com> | 2010-04-14 11:26:08 +0800 |
commit | b3ea7266a0b491dfe727e1ebfa3cedc70da30276 (patch) | |
tree | a8fe5239ad2df43d37b85dccab96eaba9c784e31 /src/PinyinEngine.cc | |
parent | b113c8be8ca9b8d5f4b44ee991012d1513e29236 (diff) | |
download | ibus-libpinyin-b3ea7266a0b491dfe727e1ebfa3cedc70da30276.tar.gz ibus-libpinyin-b3ea7266a0b491dfe727e1ebfa3cedc70da30276.tar.xz ibus-libpinyin-b3ea7266a0b491dfe727e1ebfa3cedc70da30276.zip |
Use cheaders
Diffstat (limited to 'src/PinyinEngine.cc')
-rw-r--r-- | src/PinyinEngine.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/PinyinEngine.cc b/src/PinyinEngine.cc index 27b2f8d..dd6d562 100644 --- a/src/PinyinEngine.cc +++ b/src/PinyinEngine.cc @@ -1,8 +1,7 @@ /* vim:set et sts=4: */ -#include <ibus.h> -#include <string.h> #include <libintl.h> +#include <ibus.h> #include "RawEditor.h" #include "ExtEditor.h" #include "FullPinyinEditor.h" |