aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/src/dictionary.cpp
diff options
context:
space:
mode:
authorKen Wakasa <kwakasa@google.com>2013-04-08 02:51:40 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-04-08 02:51:40 -0700
commitbc2fd24fd3dff57295a1ba4d80d06544e54a820c (patch)
tree3968e154965ec017ebaab68d1af19e9f63adf48d /native/jni/src/dictionary.cpp
parentcd0984a4ab8f95d40287bb1e450ef169513330df (diff)
parentb68e73448104714e8f12f89a1e00fb10b5fd14c4 (diff)
downloadlatinime-bc2fd24fd3dff57295a1ba4d80d06544e54a820c.tar.gz
latinime-bc2fd24fd3dff57295a1ba4d80d06544e54a820c.tar.xz
latinime-bc2fd24fd3dff57295a1ba4d80d06544e54a820c.zip
am b68e7344: Cleanup the include paths
* commit 'b68e73448104714e8f12f89a1e00fb10b5fd14c4': Cleanup the include paths
Diffstat (limited to 'native/jni/src/dictionary.cpp')
-rw-r--r--native/jni/src/dictionary.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/native/jni/src/dictionary.cpp b/native/jni/src/dictionary.cpp
index 12aca4a87..ed6ddb517 100644
--- a/native/jni/src/dictionary.cpp
+++ b/native/jni/src/dictionary.cpp
@@ -16,17 +16,18 @@
#define LOG_TAG "LatinIME: dictionary.cpp"
+#include "dictionary.h"
+
#include <map> // TODO: remove
#include <stdint.h>
#include "bigram_dictionary.h"
#include "binary_format.h"
#include "defines.h"
-#include "dictionary.h"
#include "dic_traverse_wrapper.h"
-#include "gesture_suggest_policy_factory.h"
-#include "suggest.h"
-#include "typing_suggest_policy_factory.h"
+#include "suggest/core/suggest.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 {