Commit ab4a1bae authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

common: Move page.h in

travis-ci: success for Common headers
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 49883d68
......@@ -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"
......
#ifndef __CR_INC_PAGE_H__
#define __CR_INC_PAGE_H__
#include "asm/page.h"
#include "common/page.h"
#endif
#ifndef __CR_COMMON_PAGE_H__
#define __CR_COMMON_PAGE_H__
#include "asm/page.h"
#endif
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