Commit 0b3e86c4 authored by Pavel Emelyanov's avatar Pavel Emelyanov

Hide asm/atomic.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 570ca2df
...@@ -88,7 +88,6 @@ ...@@ -88,7 +88,6 @@
#include "images/siginfo.pb-c.h" #include "images/siginfo.pb-c.h"
#include "asm/restore.h" #include "asm/restore.h"
#include "asm/atomic.h"
#include "cr-errno.h" #include "cr-errno.h"
......
...@@ -23,7 +23,6 @@ ...@@ -23,7 +23,6 @@
#include "common/list.h" #include "common/list.h"
#include "rst-malloc.h" #include "rst-malloc.h"
#include "fs-magic.h" #include "fs-magic.h"
#include "asm/atomic.h"
#include "namespaces.h" #include "namespaces.h"
#include "proc_parse.h" #include "proc_parse.h"
#include "pstree.h" #include "pstree.h"
......
#ifndef __CR_INC_ATOMIC_H__
#define __CR_INC_ATOMIC_H__
#include "asm/atomic.h"
#endif
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#include <limits.h> #include <limits.h>
#include <errno.h> #include <errno.h>
#include "asm/atomic.h" #include "atomic.h"
#include "bug.h" #include "bug.h"
#ifdef CR_NOGLIBC #ifdef CR_NOGLIBC
......
#include <unistd.h> #include <unistd.h>
#include <fcntl.h> #include <fcntl.h>
#include <sys/time.h> #include <sys/time.h>
#include "asm/atomic.h" #include "atomic.h"
#include "rst-malloc.h" #include "rst-malloc.h"
#include "protobuf.h" #include "protobuf.h"
#include "stats.h" #include "stats.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