!195 修复代码静态检查问题

Merge pull request !195 from liduo/4.1_codecheck
This commit is contained in:
openharmony_ci
2024-12-11 03:48:25 +00:00
committed by Gitee
15 changed files with 28 additions and 28 deletions
+2 -2
View File
@@ -16,8 +16,8 @@
#ifndef OHOS_RESTOOL_CMD_LIST_H
#define OHOS_RESTOOL_CMD_LIST_H
#include<functional>
#include<string>
#include <functional>
#include <string>
#include "resource_util.h"
namespace OHOS {
+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 {
+3 -3
View File
@@ -16,9 +16,9 @@
#ifndef OHOS_RESTOOL_HEADER_H
#define OHOS_RESTOOL_HEADER_H
#include<functional>
#include<sstream>
#include<string>
#include <functional>
#include <sstream>
#include <string>
#include "id_worker.h"
#include "restool_errors.h"
+2 -2
View File
@@ -16,8 +16,8 @@
#ifndef OHOS_RESTOOL_ID_WORKER_H
#define OHOS_RESTOOL_ID_WORKER_H
#include<functional>
#include<vector>
#include <functional>
#include <vector>
#include "singleton.h"
#include "resource_data.h"
#include "resource_util.h"
+1 -1
View File
@@ -16,7 +16,7 @@
#ifndef OHOS_RESTOOL_KEY_MANAGER_H
#define OHOS_RESTOOL_KEY_MANAGER_H
#include<memory>
#include <memory>
#include "xml_key_node.h"
namespace OHOS {
+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 {
+4 -4
View File
@@ -14,10 +14,10 @@
*/
#include "header.h"
#include<algorithm>
#include<fstream>
#include<iomanip>
#include<iostream>
#include <algorithm>
#include <fstream>
#include <iomanip>
#include <iostream>
namespace OHOS {
namespace Global {
+2 -2
View File
@@ -14,8 +14,8 @@
*/
#include "id_worker.h"
#include<iostream>
#include<regex>
#include <iostream>
#include <regex>
#include "cmd_parser.h"
#include "file_entry.h"
+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"