2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 18:07:57 +00:00

delete redundant include header files

restorer.h has been included in line 43.

Fixes: 22963d282729 ("Hide asm/restorer.h from sources")

Signed-off-by: liuchao173 <liuchao173@huawei.com>
This commit is contained in:
liuchao173 2024-08-08 20:55:42 +08:00 committed by Andrei Vagin
parent c42b58f4fb
commit 8437663cc6

View File

@ -49,7 +49,6 @@
#include "images/inventory.pb-c.h" #include "images/inventory.pb-c.h"
#include "shmem.h" #include "shmem.h"
#include "restorer.h"
/* /*
* sys_getgroups() buffer size. Not too much, to avoid stack overflow. * sys_getgroups() buffer size. Not too much, to avoid stack overflow.