mirror of
https://github.com/openharmony/developtools_global_resource_tool.git
synced 2026-07-18 09:14:48 -04:00
codex清理
Please enter the commit message for your changes. Lines starting Signed-off-by: 谢智宇 <xiezhiyu2@huawei.com>
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
#ifndef OHOS_RESTOOL_FACTORY_RESOURCE_COMPILER_H
|
||||
#define OHOS_RESTOOL_FACTORY_RESOURCE_COMPILER_H
|
||||
|
||||
#include<memory>
|
||||
#include <memory>
|
||||
#include "i_resource_compiler.h"
|
||||
|
||||
namespace OHOS {
|
||||
|
||||
@@ -16,9 +16,9 @@
|
||||
#ifndef OHOS_RESTOOL_FILE_ENTRY_H
|
||||
#define OHOS_RESTOOL_FILE_ENTRY_H
|
||||
|
||||
#include<memory>
|
||||
#include<vector>
|
||||
#include<string>
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
namespace OHOS {
|
||||
namespace Global {
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#ifndef OHOS_RESTOOL_KEY_PARSER_H
|
||||
#define OHOS_RESTOOL_KEY_PARSER_H
|
||||
|
||||
#include<vector>
|
||||
#include <vector>
|
||||
#include "resource_data.h"
|
||||
|
||||
namespace OHOS {
|
||||
|
||||
@@ -16,9 +16,9 @@
|
||||
#ifndef OHOS_RESTOOL_RESOURCE_DIRECTORY
|
||||
#define OHOS_RESTOOL_RESOURCE_DIRECTORY
|
||||
|
||||
#include<functional>
|
||||
#include<string>
|
||||
#include<map>
|
||||
#include <functional>
|
||||
#include <string>
|
||||
#include <map>
|
||||
#include "key_parser.h"
|
||||
|
||||
namespace OHOS {
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#ifndef OHOS_RESTOOL_RESOURCE_ITEM_H
|
||||
#define OHOS_RESTOOL_RESOURCE_ITEM_H
|
||||
|
||||
#include<vector>
|
||||
#include <vector>
|
||||
#include "resource_data.h"
|
||||
|
||||
namespace OHOS {
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
#ifndef OHOS_RESTOOL_RESOURCE_MERGE_H
|
||||
#define OHOS_RESTOOL_RESOURCE_MERGE_H
|
||||
|
||||
#include<string>
|
||||
#include<vector>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include "config_parser.h"
|
||||
#include "restool_errors.h"
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#ifndef OHOS_RESTOOL_ERRORS_H
|
||||
#define OHOS_RESTOOL_ERRORS_H
|
||||
|
||||
#include<stdint.h>
|
||||
#include <stdint.h>
|
||||
#include "resource_data.h"
|
||||
|
||||
namespace OHOS {
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@
|
||||
*/
|
||||
|
||||
#include "key_parser.h"
|
||||
#include<regex>
|
||||
#include <regex>
|
||||
#include "resource_util.h"
|
||||
|
||||
namespace OHOS {
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
*/
|
||||
|
||||
#include "resource_directory.h"
|
||||
#include<iostream>
|
||||
#include <iostream>
|
||||
#include "file_entry.h"
|
||||
#include "resource_util.h"
|
||||
#include "select_compile_parse.h"
|
||||
|
||||
Reference in New Issue
Block a user