diff options
author | 2018-11-09 00:38:40 +0000 | |
---|---|---|
committer | 2018-11-09 00:38:40 +0000 | |
commit | 128f68acb28e704f3fbccb898233e10bba9871c4 (patch) | |
tree | c89d66e72cc28d7edbcdec5abea2baed68cb9d00 /native/dicttoolkit/tests | |
parent | a92d0f926269264e578c9162c5df230cafb99b7c (diff) | |
parent | a23407bf62460833bb5f70f6c0c6b787443a4812 (diff) | |
download | latinime-128f68acb28e704f3fbccb898233e10bba9871c4.tar.gz latinime-128f68acb28e704f3fbccb898233e10bba9871c4.tar.xz latinime-128f68acb28e704f3fbccb898233e10bba9871c4.zip |
Merge "Convert to Android.bp"
Diffstat (limited to 'native/dicttoolkit/tests')
-rw-r--r-- | native/dicttoolkit/tests/offdevice_intermediate_dict/offdevice_intermediate_dict_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native/dicttoolkit/tests/offdevice_intermediate_dict/offdevice_intermediate_dict_test.cpp b/native/dicttoolkit/tests/offdevice_intermediate_dict/offdevice_intermediate_dict_test.cpp index f2e24ab5f..89598de60 100644 --- a/native/dicttoolkit/tests/offdevice_intermediate_dict/offdevice_intermediate_dict_test.cpp +++ b/native/dicttoolkit/tests/offdevice_intermediate_dict/offdevice_intermediate_dict_test.cpp @@ -20,7 +20,7 @@ #include <vector> -#include "suggest/core/dictionary/property/word_property.h" +#include "dictionary/property/word_property.h" #include "utils/int_array_view.h" namespace latinime { |