mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Renamed src/server/{i18n -> i18n_utils}.h
... so that i18n.h can be introduced in include/
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#include "../src/server/i18n.h"
|
||||
#include "../src/server/i18n_utils.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
using namespace kiwix;
|
||||
|
@ -20,7 +20,7 @@
|
||||
#include "gtest/gtest.h"
|
||||
#include "../src/tools/otherTools.h"
|
||||
#include "zim/suggestion_iterator.h"
|
||||
#include "../src/server/i18n.h"
|
||||
#include "../src/server/i18n_utils.h"
|
||||
|
||||
#include <regex>
|
||||
|
||||
|
Reference in New Issue
Block a user