Commit 8ae16317 authored by Pavel Emelyanov's avatar Pavel Emelyanov

log: Do not include criu-log when not needed

Some files really need only pr_xxx stuff.
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 764b8674
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#include "pstree.h" #include "pstree.h"
#include "parasite-syscall.h" #include "parasite-syscall.h"
#include "vma.h" #include "vma.h"
#include "criu-log.h" #include "log.h"
#include "util.h" #include "util.h"
#include "kerndat.h" #include "kerndat.h"
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
#include "config.h" #include "config.h"
#include "syscall-codes.h" #include "syscall-codes.h"
#include "bitops.h" #include "bitops.h"
#include "criu-log.h" #include "log.h"
#include "page.h" #include "page.h"
#include "protobuf.h" #include "protobuf.h"
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#include <sys/stat.h> #include <sys/stat.h>
#include "cr_options.h" #include "cr_options.h"
#include "criu-log.h" #include "log.h"
#include "xmalloc.h" #include "xmalloc.h"
#include "files.h" #include "files.h"
#include "proc_parse.h" #include "proc_parse.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment