Commit 570ca2df authored by Pavel Emelyanov's avatar Pavel Emelyanov

Hide asm/bitops.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 4181f6e0
......@@ -89,7 +89,6 @@
#include "asm/restore.h"
#include "asm/atomic.h"
#include "asm/bitops.h"
#include "cr-errno.h"
......
#ifndef __CR_INC_BITOPS_H__
#define __CR_INC_BITOPS_H__
#include "asm/bitops.h"
#endif
......@@ -17,7 +17,7 @@
#include "mem.h"
#include "config.h"
#include "syscall-codes.h"
#include "asm/bitops.h"
#include "bitops.h"
#include "criu-log.h"
#include "page.h"
......
......@@ -10,7 +10,7 @@
#include <netinet/in.h>
#include "int.h"
#include "asm/bitops.h"
#include "bitops.h"
#include "libnetlink.h"
#include "sockets.h"
#include "unix_diag.h"
......
......@@ -36,7 +36,7 @@
#include <ctype.h>
#include "int.h"
#include "asm/bitops.h"
#include "bitops.h"
#include "page.h"
#include "compiler.h"
#include "common/list.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