From 57760d447eaed07f8a9c6552b8cefc6223ac1158 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 10 Jun 2011 15:16:36 -0400 Subject: [PATCH] Headers: move *-map.h headers to urcu/map/ Signed-off-by: Mathieu Desnoyers --- urcu-bp.c | 2 +- urcu-bp.h | 2 +- urcu-qsbr.c | 2 +- urcu-qsbr.h | 2 +- urcu.c | 2 +- urcu.h | 2 +- urcu-bp-map.h => urcu/map/urcu-bp.h | 0 urcu-qsbr-map.h => urcu/map/urcu-qsbr.h | 0 urcu-map.h => urcu/map/urcu.h | 0 9 files changed, 6 insertions(+), 6 deletions(-) rename urcu-bp-map.h => urcu/map/urcu-bp.h (100%) rename urcu-qsbr-map.h => urcu/map/urcu-qsbr.h (100%) rename urcu-map.h => urcu/map/urcu.h (100%) diff --git a/urcu-bp.c b/urcu-bp.c index 14b2001..915debe 100644 --- a/urcu-bp.c +++ b/urcu-bp.c @@ -35,7 +35,7 @@ #include #include -#include "urcu-bp-map.h" +#include "urcu/map/urcu-bp.h" #include "urcu-bp-static.h" /* Do not #define _LGPL_SOURCE to ensure we can emit the wrapper symbols */ diff --git a/urcu-bp.h b/urcu-bp.h index 21fe66a..b2b382f 100644 --- a/urcu-bp.h +++ b/urcu-bp.h @@ -46,7 +46,7 @@ extern "C" { #endif -#include "urcu-bp-map.h" +#include "urcu/map/urcu-bp.h" /* * Important ! diff --git a/urcu-qsbr.c b/urcu-qsbr.c index a4c320a..bb10bb8 100644 --- a/urcu-qsbr.c +++ b/urcu-qsbr.c @@ -33,7 +33,7 @@ #include #include -#include "urcu-qsbr-map.h" +#include "urcu/map/urcu-qsbr.h" #define BUILD_QSBR_LIB #include "urcu-qsbr-static.h" diff --git a/urcu-qsbr.h b/urcu-qsbr.h index 75ea14c..1d5c568 100644 --- a/urcu-qsbr.h +++ b/urcu-qsbr.h @@ -40,7 +40,7 @@ extern "C" { #endif -#include "urcu-qsbr-map.h" +#include "urcu/map/urcu-qsbr.h" /* * Important ! diff --git a/urcu.c b/urcu.c index fa7499c..98c5fbc 100644 --- a/urcu.c +++ b/urcu.c @@ -34,7 +34,7 @@ #include #include -#include "urcu-map.h" +#include "urcu/map/urcu.h" #include "urcu-static.h" /* Do not #define _LGPL_SOURCE to ensure we can emit the wrapper symbols */ diff --git a/urcu.h b/urcu.h index 15c8c38..0fa2fea 100644 --- a/urcu.h +++ b/urcu.h @@ -43,7 +43,7 @@ extern "C" { #endif -#include "urcu-map.h" +#include "urcu/map/urcu.h" /* * Important ! diff --git a/urcu-bp-map.h b/urcu/map/urcu-bp.h similarity index 100% rename from urcu-bp-map.h rename to urcu/map/urcu-bp.h diff --git a/urcu-qsbr-map.h b/urcu/map/urcu-qsbr.h similarity index 100% rename from urcu-qsbr-map.h rename to urcu/map/urcu-qsbr.h diff --git a/urcu-map.h b/urcu/map/urcu.h similarity index 100% rename from urcu-map.h rename to urcu/map/urcu.h -- 2.34.1