Commit 22963d28 authored by Pavel Emelyanov's avatar Pavel Emelyanov

Hide asm/restorer.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 e1423193
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
#include "types.h" #include "types.h"
#include "ptrace.h" #include "ptrace.h"
#include "compiler.h" #include "compiler.h"
#include "asm/restorer.h"
#include "cr_options.h" #include "cr_options.h"
#include "servicefd.h" #include "servicefd.h"
......
...@@ -8,9 +8,8 @@ ...@@ -8,9 +8,8 @@
#include <errno.h> #include <errno.h>
#include <sys/syscall.h> #include <sys/syscall.h>
#include "int.h"
#include "log.h" #include "log.h"
#include "bug.h" #include "restorer.h"
#include "kerndat.h" #include "kerndat.h"
#include "fs-magic.h" #include "fs-magic.h"
#include "mem.h" #include "mem.h"
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
#include "asm/parasite-syscall.h" #include "asm/parasite-syscall.h"
#include "asm/dump.h" #include "asm/dump.h"
#include "asm/restorer.h" #include "restorer.h"
#include "pie/pie-relocs.h" #include "pie/pie-relocs.h"
#define MEMFD_FNAME "CRIUMFD" #define MEMFD_FNAME "CRIUMFD"
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include <string.h> #include <string.h>
#include "asm/parasite.h" #include "asm/parasite.h"
#include "asm/restorer.h" #include "restorer.h"
static int tsock = -1; static int tsock = -1;
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
#include "images/mm.pb-c.h" #include "images/mm.pb-c.h"
#include "shmem.h" #include "shmem.h"
#include "asm/restorer.h" #include "restorer.h"
#ifndef PR_SET_PDEATHSIG #ifndef PR_SET_PDEATHSIG
#define PR_SET_PDEATHSIG 1 #define PR_SET_PDEATHSIG 1
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
#include <string.h> #include <string.h>
#include "asm/restore.h" #include "asm/restore.h"
#include "asm/restorer.h"
#include "images/core.pb-c.h" #include "images/core.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