aboutsummaryrefslogtreecommitdiffstats
path: root/native/dicttoolkit/src
diff options
context:
space:
mode:
authorAmin Bandali <bandali@kelar.org>2024-12-10 11:54:39 -0500
committerAmin Bandali <bandali@kelar.org>2025-01-11 14:15:56 -0500
commitfb3b9360d70596d7e921de8bf7d3ca99564a077e (patch)
tree07ded064b8374f44c6d7b88ea1c39bce09a6cdf3 /native/dicttoolkit/src
parent41fd35c1412b6b3b52acdd30027c6d7ac54cd17f (diff)
downloadlatinime-fb3b9360d70596d7e921de8bf7d3ca99564a077e.tar.gz
latinime-fb3b9360d70596d7e921de8bf7d3ca99564a077e.tar.xz
latinime-fb3b9360d70596d7e921de8bf7d3ca99564a077e.zip
Initial successful standalone build
Diffstat (limited to 'native/dicttoolkit/src')
-rw-r--r--native/dicttoolkit/src/offdevice_intermediate_dict/offdevice_intermediate_dict.h2
-rw-r--r--native/dicttoolkit/src/offdevice_intermediate_dict/offdevice_intermediate_dict_pt_node.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/native/dicttoolkit/src/offdevice_intermediate_dict/offdevice_intermediate_dict.h b/native/dicttoolkit/src/offdevice_intermediate_dict/offdevice_intermediate_dict.h
index ea17a31d3..13d26ba91 100644
--- a/native/dicttoolkit/src/offdevice_intermediate_dict/offdevice_intermediate_dict.h
+++ b/native/dicttoolkit/src/offdevice_intermediate_dict/offdevice_intermediate_dict.h
@@ -20,7 +20,7 @@
#include "dict_toolkit_defines.h"
#include "offdevice_intermediate_dict/offdevice_intermediate_dict_header.h"
#include "offdevice_intermediate_dict/offdevice_intermediate_dict_pt_node_array.h"
-#include "dictionary/property/word_property.h"
+#include "suggest/core/dictionary/property/word_property.h"
#include "utils/int_array_view.h"
namespace latinime {
diff --git a/native/dicttoolkit/src/offdevice_intermediate_dict/offdevice_intermediate_dict_pt_node.h b/native/dicttoolkit/src/offdevice_intermediate_dict/offdevice_intermediate_dict_pt_node.h
index e7d7e13eb..721ccd778 100644
--- a/native/dicttoolkit/src/offdevice_intermediate_dict/offdevice_intermediate_dict_pt_node.h
+++ b/native/dicttoolkit/src/offdevice_intermediate_dict/offdevice_intermediate_dict_pt_node.h
@@ -21,7 +21,7 @@
#include "dict_toolkit_defines.h"
#include "offdevice_intermediate_dict/offdevice_intermediate_dict_pt_node_array.h"
-#include "dictionary/property/word_property.h"
+#include "suggest/core/dictionary/property/word_property.h"
#include "utils/int_array_view.h"
namespace latinime {