codex清理

Please enter the commit message for your changes. Lines starting

Signed-off-by: 谢智宇 <xiezhiyu2@huawei.com>
This commit is contained in:
谢智宇
2024-07-24 11:33:09 +08:00
parent c5b5336993
commit 377afb83dd
9 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -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 {
+3 -3
View File
@@ -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 {
+1 -1
View File
@@ -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 {
+3 -3
View File
@@ -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 {
+1 -1
View File
@@ -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 {
+2 -2
View File
@@ -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"
+1 -1
View File
@@ -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
View File
@@ -14,7 +14,7 @@
*/
#include "key_parser.h"
#include<regex>
#include <regex>
#include "resource_util.h"
namespace OHOS {
+1 -1
View File
@@ -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"