mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am b2fc3468
: Merge "Add missing includes." into jb-dev
* commit 'b2fc3468a701fa3124e1327218c16fc8e37163b5': Add missing includes.
This commit is contained in:
commit
1f4a5309a7
@ -20,6 +20,7 @@
|
||||
#include "binary_format.h"
|
||||
#include "correction.h"
|
||||
#include "com_android_inputmethod_latin_BinaryDictionary.h"
|
||||
#include "defines.h"
|
||||
#include "dictionary.h"
|
||||
#include "jni.h"
|
||||
#include "jni_common.h"
|
||||
|
@ -19,6 +19,7 @@
|
||||
|
||||
#include "com_android_inputmethod_keyboard_ProximityInfo.h"
|
||||
#include "com_android_inputmethod_latin_BinaryDictionary.h"
|
||||
#include "defines.h"
|
||||
#include "jni.h"
|
||||
#include "proximity_info.h"
|
||||
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include "bigram_dictionary.h"
|
||||
#include "binary_format.h"
|
||||
#include "bloom_filter.h"
|
||||
#include "defines.h"
|
||||
#include "dictionary.h"
|
||||
|
||||
namespace latinime {
|
||||
|
@ -20,6 +20,7 @@
|
||||
#define LOG_TAG "LatinIME: dictionary.cpp"
|
||||
|
||||
#include "binary_format.h"
|
||||
#include "defines.h"
|
||||
#include "dictionary.h"
|
||||
|
||||
namespace latinime {
|
||||
|
@ -21,6 +21,7 @@
|
||||
#define LOG_TAG "LatinIME: proximity_info.cpp"
|
||||
|
||||
#include "additional_proximity_chars.h"
|
||||
#include "defines.h"
|
||||
#include "dictionary.h"
|
||||
#include "proximity_info.h"
|
||||
|
||||
|
@ -21,6 +21,7 @@
|
||||
#define LOG_TAG "LatinIME: unigram_dictionary.cpp"
|
||||
|
||||
#include "char_utils.h"
|
||||
#include "defines.h"
|
||||
#include "dictionary.h"
|
||||
#include "unigram_dictionary.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user