Commit 25218bcd authored by Pavel Emelyanov's avatar Pavel Emelyanov

Hide asm/dump.h from sources

travis-ci: success for criu: Remove asm/ includes from non-arch sources
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 51730ab9
...@@ -81,8 +81,7 @@ ...@@ -81,8 +81,7 @@
#include "seccomp.h" #include "seccomp.h"
#include "seize.h" #include "seize.h"
#include "fault-injection.h" #include "fault-injection.h"
#include "dump.h"
#include "asm/dump.h"
static char loc_buf[PAGE_SIZE]; static char loc_buf[PAGE_SIZE];
......
#ifndef __CR_INC_DUMP_H__
#define __CR_INC_DUMP_H__
#include "asm/dump.h"
#endif
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <elf.h> #include <elf.h>
#include "asm/dump.h" #include "dump.h"
#include "restorer.h" #include "restorer.h"
#include "pie/pie-relocs.h" #include "pie/pie-relocs.h"
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#include "files.h" #include "files.h"
#include "tty.h" #include "tty.h"
#include "mount.h" #include "mount.h"
#include "asm/dump.h" #include "dump.h"
#include "protobuf.h" #include "protobuf.h"
#include "images/pstree.pb-c.h" #include "images/pstree.pb-c.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