[CRIU] [PATCH 1/2] headers: Use common prefix in inclusion

Cyrill Gorcunov gorcunov at openvz.org
Tue Oct 25 12:15:42 PDT 2016


To eliminate clashes with subprojects.

Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 include/common/bitops.h      | 2 +-
 include/common/bitsperlong.h | 2 +-
 include/common/page.h        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/common/bitops.h b/include/common/bitops.h
index 154c3510e107..c594a0fad189 100644
--- a/include/common/bitops.h
+++ b/include/common/bitops.h
@@ -1,4 +1,4 @@
 #ifndef __CR_COMMON_BITOPS_H__
 #define __CR_COMMON_BITOPS_H__
-#include "asm/bitops.h"
+#include "common/asm/bitops.h"
 #endif
diff --git a/include/common/bitsperlong.h b/include/common/bitsperlong.h
index 0eb7043d7ed1..b074936322e7 100644
--- a/include/common/bitsperlong.h
+++ b/include/common/bitsperlong.h
@@ -1,4 +1,4 @@
 #ifndef __CR_COMMON_BITSPERLONG_H__
 #define __CR_COMMON_BITSPERLONG_H__
-#include "asm/bitsperlong.h"
+#include "common/asm/bitsperlong.h"
 #endif
diff --git a/include/common/page.h b/include/common/page.h
index 2734571cd542..4b6b8a6bf59e 100644
--- a/include/common/page.h
+++ b/include/common/page.h
@@ -1,4 +1,4 @@
 #ifndef __CR_COMMON_PAGE_H__
 #define __CR_COMMON_PAGE_H__
-#include "asm/page.h"
+#include "common/asm/page.h"
 #endif
-- 
2.7.4



More information about the CRIU mailing list