am d858b581: Move obsolete files to obsolete dir 2
* commit 'd858b5815f22ba2232b16ca0ba2a52703afffbe6': Move obsolete files to obsolete dir 2main
commit
b7974e8c27
|
@ -46,10 +46,10 @@ LATIN_IME_JNI_SRC_FILES := \
|
|||
jni_common.cpp
|
||||
|
||||
LATIN_IME_CORE_SRC_FILES := \
|
||||
correction.cpp \
|
||||
unigram_dictionary.cpp \
|
||||
suggest/core/suggest.cpp \
|
||||
$(addprefix obsolete/, \
|
||||
correction.cpp \
|
||||
unigram_dictionary.cpp \
|
||||
words_priority_queue.cpp) \
|
||||
$(addprefix suggest/core/dicnode/, \
|
||||
dic_node.cpp \
|
||||
|
|
|
@ -31,9 +31,9 @@
|
|||
|
||||
#include "com_android_inputmethod_latin_BinaryDictionary.h"
|
||||
|
||||
#include "correction.h"
|
||||
#include "jni.h"
|
||||
#include "jni_common.h"
|
||||
#include "obsolete/correction.h"
|
||||
#include "suggest/core/dictionary/binary_dictionary_format.h"
|
||||
#include "suggest/core/dictionary/binary_dictionary_info.h"
|
||||
#include "suggest/core/dictionary/dictionary.h"
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
|
||||
#include <cmath>
|
||||
|
||||
#include "correction.h"
|
||||
#include "defines.h"
|
||||
#include "obsolete/correction.h"
|
||||
#include "suggest/core/layout/proximity_info_state.h"
|
||||
#include "suggest/core/layout/touch_position_correction_utils.h"
|
||||
#include "suggest/policyimpl/utils/edit_distance.h"
|
|
@ -19,8 +19,8 @@
|
|||
|
||||
#include <cstring> // for memset()
|
||||
|
||||
#include "correction_state.h"
|
||||
#include "defines.h"
|
||||
#include "obsolete/correction_state.h"
|
||||
#include "suggest/core/layout/proximity_info_state.h"
|
||||
#include "utils/char_utils.h"
|
||||
|
|
@ -19,6 +19,7 @@
|
|||
#define LOG_TAG "LatinIME: unigram_dictionary.cpp"
|
||||
|
||||
#include "defines.h"
|
||||
#include "obsolete/unigram_dictionary.h"
|
||||
#include "obsolete/words_priority_queue.h"
|
||||
#include "obsolete/words_priority_queue_pool.h"
|
||||
#include "suggest/core/dictionary/binary_dictionary_info.h"
|
||||
|
@ -29,7 +30,6 @@
|
|||
#include "suggest/core/dictionary/terminal_attributes.h"
|
||||
#include "suggest/core/layout/proximity_info.h"
|
||||
#include "utils/char_utils.h"
|
||||
#include "unigram_dictionary.h"
|
||||
|
||||
namespace latinime {
|
||||
|
|
@ -20,8 +20,8 @@
|
|||
#include <cstring> // for memcpy()
|
||||
#include <queue>
|
||||
|
||||
#include "correction.h"
|
||||
#include "defines.h"
|
||||
#include "obsolete/correction.h"
|
||||
|
||||
namespace latinime {
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
#include <stdint.h>
|
||||
|
||||
#include "defines.h"
|
||||
#include "obsolete/unigram_dictionary.h"
|
||||
#include "suggest/core/dictionary/bigram_dictionary.h"
|
||||
#include "suggest/core/dictionary/binary_format.h"
|
||||
#include "suggest/core/session/dic_traverse_session.h"
|
||||
|
@ -29,7 +30,6 @@
|
|||
#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"
|
||||
|
||||
namespace latinime {
|
||||
|
||||
|
|
Loading…
Reference in New Issue