2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-29 13:28:27 +00:00

compel: Update with move lock.h into include/common/

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
Cyrill Gorcunov 2016-10-28 14:00:55 +03:00 committed by Andrei Vagin
parent a406965e97
commit e92c326692
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#include "log.h"
#include "common/bug.h"
#include "common/xmalloc.h"
#include "lock.h"
#include "common/lock.h"
#include "infect.h"
#include "infect-priv.h"

View File

@ -1,7 +1,7 @@
#include "int.h"
#include "log.h"
#include "common/bug.h"
#include "lock.h"
#include "common/lock.h"
#include "util-pie.h"
#include "infect-rpc.h"

View File

@ -14,7 +14,7 @@
#include "criu-log.h"
#include "common/bug.h"
#include "common/xmalloc.h"
#include "lock.h"
#include "common/lock.h"
#include <compel/plugins/std/syscall-codes.h>
#include <compel/plugins/std/asm/syscall-types.h>