Commit 51730ab9 authored by Pavel Emelyanov's avatar Pavel Emelyanov

Hide asm/parasite-syscall.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 22963d28
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
#include "pid.h" #include "pid.h"
#include "common/list.h" #include "common/list.h"
#include "config.h" #include "config.h"
#include "asm/parasite-syscall.h"
#define BUILTIN_SYSCALL_SIZE 8 #define BUILTIN_SYSCALL_SIZE 8
......
...@@ -36,7 +36,6 @@ ...@@ -36,7 +36,6 @@
#include <stdlib.h> #include <stdlib.h>
#include <elf.h> #include <elf.h>
#include "asm/parasite-syscall.h"
#include "asm/dump.h" #include "asm/dump.h"
#include "restorer.h" #include "restorer.h"
#include "pie/pie-relocs.h" #include "pie/pie-relocs.h"
......
...@@ -9,8 +9,6 @@ ...@@ -9,8 +9,6 @@
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/mman.h> #include <sys/mman.h>
#include "asm/parasite-syscall.h"
#include "parasite-syscall.h" #include "parasite-syscall.h"
#include "parasite.h" #include "parasite.h"
#include "compiler.h" #include "compiler.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