mirror of
https://gitee.com/openharmony/global_i18n
synced 2024-11-23 15:10:32 +00:00
fix codex warning
Signed-off-by: sunyaozu <sunyaozu@huawei.com>
This commit is contained in:
parent
e37a113849
commit
4915ad5dcb
@ -15,6 +15,10 @@
|
||||
#ifndef OHOS_GLOBAL_I18N_DATE_TIME_FORMAT_H
|
||||
#define OHOS_GLOBAL_I18N_DATE_TIME_FORMAT_H
|
||||
|
||||
#include <map>
|
||||
#include <vector>
|
||||
#include <climits>
|
||||
#include <set>
|
||||
#include "locale_info.h"
|
||||
#include "unicode/datefmt.h"
|
||||
#include "unicode/dtptngen.h"
|
||||
@ -25,10 +29,6 @@
|
||||
#include "unicode/calendar.h"
|
||||
#include "unicode/numsys.h"
|
||||
#include "unicode/dtitvfmt.h"
|
||||
#include <map>
|
||||
#include <vector>
|
||||
#include <climits>
|
||||
#include <set>
|
||||
|
||||
namespace OHOS {
|
||||
namespace Global {
|
||||
|
@ -14,7 +14,6 @@
|
||||
*/
|
||||
#include <regex>
|
||||
#include "core_service_client.h"
|
||||
#include "locale_config.h"
|
||||
#include "libxml/parser.h"
|
||||
#include "locale_info.h"
|
||||
#include "localebuilder.h"
|
||||
@ -29,6 +28,7 @@
|
||||
#include "ureslocs.h"
|
||||
#include "ustring.h"
|
||||
#include "ustr_imp.h"
|
||||
#include "locale_config.h"
|
||||
|
||||
namespace OHOS {
|
||||
namespace Global {
|
||||
|
@ -13,8 +13,8 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include "zone_util.h"
|
||||
#include <gtest/gtest.h>
|
||||
#include "zone_util.h"
|
||||
|
||||
using namespace OHOS::Global::I18n;
|
||||
using testing::ext::TestSize;
|
||||
|
@ -16,9 +16,9 @@
|
||||
#include <vector>
|
||||
#include "character.h"
|
||||
#include "hilog/log.h"
|
||||
#include "i18n_addon.h"
|
||||
#include "i18n_calendar.h"
|
||||
#include "node_api.h"
|
||||
#include "i18n_addon.h"
|
||||
|
||||
namespace OHOS {
|
||||
namespace Global {
|
||||
|
Loading…
Reference in New Issue
Block a user