fix codex warning

Signed-off-by: sunyaozu <sunyaozu@huawei.com>
This commit is contained in:
sunyaozu 2022-02-16 18:39:44 +08:00
parent e37a113849
commit 4915ad5dcb
4 changed files with 7 additions and 7 deletions

View File

@ -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 {

View File

@ -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 {

View File

@ -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;

View File

@ -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 {