From 659d88601d8f408bb3be0612446d7a5933cf59f2 Mon Sep 17 00:00:00 2001 From: khizmax Date: Sat, 27 Sep 2014 19:58:54 +0400 Subject: [PATCH] MOve cuckoo_base.h from cds/container to cds/container/details --- cds/container/cuckoo_map.h | 2 +- cds/container/cuckoo_set.h | 2 +- cds/container/{ => details}/cuckoo_base.h | 6 +++--- projects/Win/vc12/cds.vcxproj | 2 +- projects/Win/vc12/cds.vcxproj.filters | 6 +++--- 5 files changed, 9 insertions(+), 9 deletions(-) rename cds/container/{ => details}/cuckoo_base.h (98%) diff --git a/cds/container/cuckoo_map.h b/cds/container/cuckoo_map.h index c80c0e1f..7cffae9b 100644 --- a/cds/container/cuckoo_map.h +++ b/cds/container/cuckoo_map.h @@ -3,7 +3,7 @@ #ifndef __CDS_CONTAINER_CUCKOO_MAP_H #define __CDS_CONTAINER_CUCKOO_MAP_H -#include +#include #include namespace cds { namespace container { diff --git a/cds/container/cuckoo_set.h b/cds/container/cuckoo_set.h index 348f02df..5f2bf3ef 100644 --- a/cds/container/cuckoo_set.h +++ b/cds/container/cuckoo_set.h @@ -3,7 +3,7 @@ #ifndef __CDS_CONTAINER_CUCKOO_SET_H #define __CDS_CONTAINER_CUCKOO_SET_H -#include +#include #include namespace cds { namespace container { diff --git a/cds/container/cuckoo_base.h b/cds/container/details/cuckoo_base.h similarity index 98% rename from cds/container/cuckoo_base.h rename to cds/container/details/cuckoo_base.h index e8608e74..a68feacb 100644 --- a/cds/container/cuckoo_base.h +++ b/cds/container/details/cuckoo_base.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_CONTAINER_CUCKOO_BASE_H -#define __CDS_CONTAINER_CUCKOO_BASE_H +#ifndef __CDS_CONTAINER_DETAILS_CUCKOO_BASE_H +#define __CDS_CONTAINER_DETAILS_CUCKOO_BASE_H #include @@ -208,4 +208,4 @@ namespace cds { namespace container { } // namespace cuckoo }} // namespace cds::container -#endif // #ifndef __CDS_CONTAINER_CUCKOO_BASE_H +#endif // #ifndef __CDS_CONTAINER_DETAILS_CUCKOO_BASE_H diff --git a/projects/Win/vc12/cds.vcxproj b/projects/Win/vc12/cds.vcxproj index a78d07f7..ce60f743 100644 --- a/projects/Win/vc12/cds.vcxproj +++ b/projects/Win/vc12/cds.vcxproj @@ -653,10 +653,10 @@ - + diff --git a/projects/Win/vc12/cds.vcxproj.filters b/projects/Win/vc12/cds.vcxproj.filters index 330dd63f..be401fc2 100644 --- a/projects/Win/vc12/cds.vcxproj.filters +++ b/projects/Win/vc12/cds.vcxproj.filters @@ -938,9 +938,6 @@ Header Files\cds\container - - Header Files\cds\container - Header Files\cds\container @@ -1280,5 +1277,8 @@ Header Files\cds\container\details + + Header Files\cds\container\details + \ No newline at end of file -- 2.34.1