未验证 提交 9166dea4 编写于 作者: O openharmony_ci 提交者: Gitee

!173 fix codex warnings

Merge pull request !173 from sunyaozu/master
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册