summaryrefslogtreecommitdiff
path: root/libs/hunspell/src/csutil.c++
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-03-10 15:01:01 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-03-10 15:01:01 +0300
commit20c605478b56c89841adfc5ccb2d81758fda5745 (patch)
treeb20b785381e1002df540006f7553f49c5a46b6a1 /libs/hunspell/src/csutil.c++
parent9ac7612dc78f25b9b8bcb2fa97e4b9eb587abf3a (diff)
This partially reverts commit 97a16a6e09df80ffa3429e23a0174bd8daaa29a1.
Diffstat (limited to 'libs/hunspell/src/csutil.c++')
-rw-r--r--libs/hunspell/src/csutil.c++2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hunspell/src/csutil.c++ b/libs/hunspell/src/csutil.c++
index be43a5b597..59a9d28353 100644
--- a/libs/hunspell/src/csutil.c++
+++ b/libs/hunspell/src/csutil.c++
@@ -95,7 +95,7 @@ struct unicode_info {
#include <unicode/uchar.h>
#else
#ifndef MOZILLA_CLIENT
-#include "utf_info.c++"
+#include "utf_info.hxx"
#define UTF_LST_LEN (sizeof(utf_lst) / (sizeof(unicode_info)))
#endif
#endif