提交 7c17b587 编写于 作者: L lifeng68

image_store: rename image.c to image_type.c

Signed-off-by: Nlifeng68 <lifeng68@huawei.com>
上级 415458d9
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
#include "log.h" #include "log.h"
#include "constants.h" #include "constants.h"
#include "read_file.h" #include "read_file.h"
#include "image.h"
#include "imagetool_image.h" #include "imagetool_image.h"
#include "docker_image_config_v2.h" #include "docker_image_config_v2.h"
#include "utils_array.h" #include "utils_array.h"
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include "types_def.h" #include "types_def.h"
#include "map.h" #include "map.h"
#include "linked_list.h" #include "linked_list.h"
#include "image.h" #include "image_type.h"
#include "imagetool_image.h" #include "imagetool_image.h"
#include "imagetool_images_list.h" #include "imagetool_images_list.h"
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
* Create: 2020-04-26 * Create: 2020-04-26
* Description: provide image function definition * Description: provide image function definition
******************************************************************************/ ******************************************************************************/
#include "image.h" #include "image_type.h"
#include "storage_image.h" #include "storage_image.h"
#include "constants.h" #include "constants.h"
#include "util_atomic.h" #include "util_atomic.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册