Skip to content
Snippets Groups Projects
Commit b2fc3468 authored by Ken Wakasa's avatar Ken Wakasa Committed by Android (Google) Code Review
Browse files

Merge "Add missing includes." into jb-dev

parents cf74ead3 3b088a2f
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment