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:
Cyrill Gorcunov 2016-10-24 14:58:10 +03:00 committed by Pavel Emelyanov
parent 49883d681f
commit ab4a1bae1f
10 changed files with 9 additions and 5 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -4,7 +4,7 @@
#include <stdbool.h>
#include <signal.h>
#include "asm/page.h"
#include "page.h"
#include "bitops.h"
#include "asm/int.h"

View file

@ -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
View file

@ -0,0 +1,4 @@
#ifndef __CR_COMMON_PAGE_H__
#define __CR_COMMON_PAGE_H__
#include "asm/page.h"
#endif