aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/src/utils/jni_data_utils.h
diff options
context:
space:
mode:
authorKeisuke Kuroyanagi <ksk@google.com>2014-12-17 07:04:40 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-12-17 07:04:41 +0000
commitc72b69fb2b48824335de61d4ac17bb9e85232852 (patch)
tree8fc0088a1ed67386f806875891a9b3c0513dd500 /native/jni/src/utils/jni_data_utils.h
parentdbdc81a36ac44f217e14a660ac671562f2948d89 (diff)
parent88bc312ad34321fb3e81be2dc939a889d065f4a7 (diff)
downloadlatinime-c72b69fb2b48824335de61d4ac17bb9e85232852.tar.gz
latinime-c72b69fb2b48824335de61d4ac17bb9e85232852.tar.xz
latinime-c72b69fb2b48824335de61d4ac17bb9e85232852.zip
Merge "Move dictionary code to top level dictionary dir."
Diffstat (limited to 'native/jni/src/utils/jni_data_utils.h')
-rw-r--r--native/jni/src/utils/jni_data_utils.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/native/jni/src/utils/jni_data_utils.h b/native/jni/src/utils/jni_data_utils.h
index 01295859c..8024e34c4 100644
--- a/native/jni/src/utils/jni_data_utils.h
+++ b/native/jni/src/utils/jni_data_utils.h
@@ -20,11 +20,11 @@
#include <vector>
#include "defines.h"
+#include "dictionary/header/header_read_write_utils.h"
+#include "dictionary/interface/dictionary_header_structure_policy.h"
+#include "dictionary/property/ngram_context.h"
+#include "dictionary/property/word_property.h"
#include "jni.h"
-#include "suggest/core/dictionary/property/word_property.h"
-#include "suggest/core/session/ngram_context.h"
-#include "suggest/core/policy/dictionary_header_structure_policy.h"
-#include "suggest/policyimpl/dictionary/header/header_read_write_utils.h"
#include "utils/char_utils.h"
namespace latinime {