diff options
author | 2013-06-03 10:36:00 +0900 | |
---|---|---|
committer | 2013-06-03 11:45:06 +0900 | |
commit | f497e1e5a0be0a6268bd5f27e6f61308c69c7b63 (patch) | |
tree | 6ae5dc3e8ef7fbece004ee76b013e478600e6e43 | |
parent | 712fefd85fa024259b81e50e98b18b749b9bde69 (diff) | |
download | latinime-f497e1e5a0be0a6268bd5f27e6f61308c69c7b63.tar.gz latinime-f497e1e5a0be0a6268bd5f27e6f61308c69c7b63.tar.xz latinime-f497e1e5a0be0a6268bd5f27e6f61308c69c7b63.zip |
Move suggest_options.h to suggest/core
Change-Id: Ie95872a4c90ee3089183c1ebafb67243bd2688a4
-rw-r--r-- | native/jni/com_android_inputmethod_latin_BinaryDictionary.cpp | 2 | ||||
-rw-r--r-- | native/jni/src/suggest/core/dictionary/dictionary.cpp | 4 | ||||
-rw-r--r-- | native/jni/src/suggest/core/suggest_options.h (renamed from native/jni/src/suggest_options.h) | 0 |
3 files changed, 3 insertions, 3 deletions
diff --git a/native/jni/com_android_inputmethod_latin_BinaryDictionary.cpp b/native/jni/com_android_inputmethod_latin_BinaryDictionary.cpp index e80abf6e6..e94120587 100644 --- a/native/jni/com_android_inputmethod_latin_BinaryDictionary.cpp +++ b/native/jni/com_android_inputmethod_latin_BinaryDictionary.cpp @@ -34,10 +34,10 @@ #include "correction.h" #include "jni.h" #include "jni_common.h" -#include "suggest_options.h" #include "suggest/core/dictionary/binary_dictionary_format.h" #include "suggest/core/dictionary/binary_dictionary_info.h" #include "suggest/core/dictionary/dictionary.h" +#include "suggest/core/suggest_options.h" namespace latinime { diff --git a/native/jni/src/suggest/core/dictionary/dictionary.cpp b/native/jni/src/suggest/core/dictionary/dictionary.cpp index 53a6751d2..dcb83cb51 100644 --- a/native/jni/src/suggest/core/dictionary/dictionary.cpp +++ b/native/jni/src/suggest/core/dictionary/dictionary.cpp @@ -24,9 +24,9 @@ #include "bigram_dictionary.h" #include "defines.h" #include "dic_traverse_wrapper.h" -#include "suggest_options.h" -#include "suggest/core/suggest.h" #include "suggest/core/dictionary/binary_format.h" +#include "suggest/core/suggest.h" +#include "suggest/core/suggest_options.h" #include "suggest/policyimpl/gesture/gesture_suggest_policy_factory.h" #include "suggest/policyimpl/typing/typing_suggest_policy_factory.h" #include "unigram_dictionary.h" diff --git a/native/jni/src/suggest_options.h b/native/jni/src/suggest/core/suggest_options.h index 1b21aafcf..1b21aafcf 100644 --- a/native/jni/src/suggest_options.h +++ b/native/jni/src/suggest/core/suggest_options.h |