Commit 4181f6e0 authored by Pavel Emelyanov's avatar Pavel Emelyanov

Hide asm/string.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 e6a2715c
......@@ -3,6 +3,7 @@
#include <sys/types.h>
#include <string.h>
#include "asm/string.h"
#ifdef CONFIG_HAS_LIBBSD
# include <bsd/string.h>
......
......@@ -9,7 +9,6 @@
#include <sys/stat.h>
#include <sys/mman.h>
#include "asm/string.h"
#include "page.h"
#include "syscall.h"
#include "image.h"
......
......@@ -18,7 +18,7 @@
#include <signal.h>
#include "compiler.h"
#include "asm/string.h"
#include "string.h"
#include "syscall.h"
#include "signal.h"
#include "config.h"
......
......@@ -7,7 +7,7 @@
#include "int.h"
#include "compiler.h"
#include "log.h"
#include "asm/string.h"
#include "string.h"
#ifdef CR_NOGLIBC
# include "syscall.h"
......
......@@ -10,8 +10,7 @@
#include <sys/stat.h>
#include <sys/mman.h>
#include "asm/string.h"
#include "string.h"
#include "image.h"
#include "util-vdso.h"
#include "vma.h"
......
......@@ -7,7 +7,6 @@
#include "int.h"
#include "compiler.h"
#include "asm/string.h"
#include "fcntl.h"
#include "log.h"
#include "util-pie.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