commit | f497e1e5a0be0a6268bd5f27e6f61308c69c7b63 | [log] [tgz] |
---|---|---|
author | Ken Wakasa <kwakasa@google.com> | Mon Jun 03 10:36:00 2013 +0900 |
committer | Ken Wakasa <kwakasa@google.com> | Mon Jun 03 11:45:06 2013 +0900 |
tree | 6ae5dc3e8ef7fbece004ee76b013e478600e6e43 | |
parent | 712fefd85fa024259b81e50e98b18b749b9bde69 [diff] |
Move suggest_options.h to suggest/core Change-Id: Ie95872a4c90ee3089183c1ebafb67243bd2688a4
diff --git a/native/jni/com_android_inputmethod_latin_BinaryDictionary.cpp b/native/jni/com_android_inputmethod_latin_BinaryDictionary.cpp index e80abf6..e941205 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 53a6751..dcb83cb 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 similarity index 100% rename from native/jni/src/suggest_options.h rename to native/jni/src/suggest/core/suggest_options.h