mirror of
https://github.com/openharmony/developtools_global_resource_tool.git
synced 2026-07-19 11:31:44 -04:00
+2
-2
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
+3
-3
@@ -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
@@ -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"
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
+4
-4
@@ -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
@@ -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
@@ -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