2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-30 13:58:34 +00:00

compel: plugins,fds -- Don't include log.h

It's libcompel's helper. We need to address this problem later.

travis-ci: success for compel: A few fixes and example
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
Cyrill Gorcunov
2016-11-23 18:33:55 +03:00
committed by Andrei Vagin
parent 71eb7d8795
commit 50219defcf

View File

@@ -4,10 +4,12 @@
#include "uapi/std/syscall.h" #include "uapi/std/syscall.h"
#include "uapi/std/string.h" #include "uapi/std/string.h"
#include "uapi/std/log.h"
#include "uapi/plugin-fds.h" #include "uapi/plugin-fds.h"
#include "std-priv.h" #include "std-priv.h"
#include "log.h"
#define pr_err(fmt, ...)
#include "common/compiler.h" #include "common/compiler.h"
#include "common/bug.h" #include "common/bug.h"