mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-08-01 14:30:53 +00:00
common: Move page.h in
travis-ci: success for Common headers Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
parent
49883d681f
commit
ab4a1bae1f
10 changed files with 9 additions and 5 deletions
|
|
@ -6,7 +6,7 @@
|
|||
#include <asm/ptrace.h>
|
||||
#include "images/core.pb-c.h"
|
||||
|
||||
#include "asm/page.h"
|
||||
#include "page.h"
|
||||
#include "bitops.h"
|
||||
#include "asm/int.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
#include <signal.h>
|
||||
#include "images/core.pb-c.h"
|
||||
|
||||
#include "asm/page.h"
|
||||
#include "page.h"
|
||||
#include "bitops.h"
|
||||
#include "asm/int.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
#include <signal.h>
|
||||
#include "images/core.pb-c.h"
|
||||
|
||||
#include "asm/page.h"
|
||||
#include "page.h"
|
||||
#include "bitops.h"
|
||||
#include "asm/int.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
#include <stdbool.h>
|
||||
#include <signal.h>
|
||||
|
||||
#include "asm/page.h"
|
||||
#include "page.h"
|
||||
#include "bitops.h"
|
||||
#include "asm/int.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __CR_INC_PAGE_H__
|
||||
#define __CR_INC_PAGE_H__
|
||||
#include "asm/page.h"
|
||||
#include "common/page.h"
|
||||
#endif
|
||||
|
|
|
|||
4
include/common/page.h
Normal file
4
include/common/page.h
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#ifndef __CR_COMMON_PAGE_H__
|
||||
#define __CR_COMMON_PAGE_H__
|
||||
#include "asm/page.h"
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue