diff options
author | 2012-07-31 07:52:42 -0700 | |
---|---|---|
committer | 2012-07-31 07:52:42 -0700 | |
commit | df3f09c2e7fab17fe39b52fc9da99ac6da3647dc (patch) | |
tree | 789823bd0d618e5b70f32d1682b414f0631a6950 /native/jni/src/dictionary.cpp | |
parent | be3eebf774a9a443eb9dc895d26e3157c98b210e (diff) | |
parent | 8ec8c5fedac52352a4086fd05922fa57466b4dee (diff) | |
download | latinime-df3f09c2e7fab17fe39b52fc9da99ac6da3647dc.tar.gz latinime-df3f09c2e7fab17fe39b52fc9da99ac6da3647dc.tar.xz latinime-df3f09c2e7fab17fe39b52fc9da99ac6da3647dc.zip |
Sync with jb-mr1-dev
Change-Id: I6bc4664468cb2f0b3c55e42859b5fe86231a1b2f
Diffstat (limited to 'native/jni/src/dictionary.cpp')
-rw-r--r-- | native/jni/src/dictionary.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/native/jni/src/dictionary.cpp b/native/jni/src/dictionary.cpp index dabd98b5f..b9f65346e 100644 --- a/native/jni/src/dictionary.cpp +++ b/native/jni/src/dictionary.cpp @@ -14,8 +14,6 @@ * limitations under the License. */ -#include <stdio.h> - #define LOG_TAG "LatinIME: dictionary.cpp" #include "binary_format.h" |