From 839abe3de65ac0839089b22cccb2e9fc919699c7 Mon Sep 17 00:00:00 2001 From: khizmax Date: Sat, 27 Sep 2014 19:06:47 +0400 Subject: [PATCH] Rename cds/intrusive/michael_list_impl.h to cds/intrusive/impl/michael_list.h --- cds/intrusive/{michael_list_impl.h => impl/michael_list.h} | 6 +++--- cds/intrusive/michael_list_hp.h | 2 +- cds/intrusive/michael_list_hrc.h | 2 +- cds/intrusive/michael_list_ptb.h | 2 +- projects/Win/vc12/cds.vcxproj | 2 +- projects/Win/vc12/cds.vcxproj.filters | 6 +++--- 6 files changed, 10 insertions(+), 10 deletions(-) rename cds/intrusive/{michael_list_impl.h => impl/michael_list.h} (99%) diff --git a/cds/intrusive/michael_list_impl.h b/cds/intrusive/impl/michael_list.h similarity index 99% rename from cds/intrusive/michael_list_impl.h rename to cds/intrusive/impl/michael_list.h index 6521aa1c..da5fba53 100644 --- a/cds/intrusive/michael_list_impl.h +++ b/cds/intrusive/impl/michael_list.h @@ -1,7 +1,7 @@ //$$CDS-header$$ -#ifndef __CDS_INTRUSIVE_MICHAEL_LIST_IMPL_H -#define __CDS_INTRUSIVE_MICHAEL_LIST_IMPL_H +#ifndef __CDS_INTRUSIVE_IMPL_MICHAEL_LIST_H +#define __CDS_INTRUSIVE_IMPL_MICHAEL_LIST_H #include #include @@ -1160,4 +1160,4 @@ try_again: }; }} // namespace cds::intrusive -#endif // #ifndef __CDS_INTRUSIVE_MICHAEL_LIST_IMPL_H +#endif // #ifndef __CDS_INTRUSIVE_IMPL_MICHAEL_LIST_H diff --git a/cds/intrusive/michael_list_hp.h b/cds/intrusive/michael_list_hp.h index f5065810..be76edf9 100644 --- a/cds/intrusive/michael_list_hp.h +++ b/cds/intrusive/michael_list_hp.h @@ -3,7 +3,7 @@ #ifndef __CDS_INTRUSIVE_MICHAEL_LIST_HP_H #define __CDS_INTRUSIVE_MICHAEL_LIST_HP_H -#include +#include #include #endif // #ifndef __CDS_INTRUSIVE_MICHAEL_LIST_HP_H diff --git a/cds/intrusive/michael_list_hrc.h b/cds/intrusive/michael_list_hrc.h index fdcf37d5..29e449d5 100644 --- a/cds/intrusive/michael_list_hrc.h +++ b/cds/intrusive/michael_list_hrc.h @@ -3,7 +3,7 @@ #ifndef __CDS_INTRUSIVE_MICHAEL_LIST_HRC_H #define __CDS_INTRUSIVE_MICHAEL_LIST_HRC_H -#include +#include #include namespace cds { namespace intrusive { namespace michael_list { diff --git a/cds/intrusive/michael_list_ptb.h b/cds/intrusive/michael_list_ptb.h index 4fd613b2..a338e9e9 100644 --- a/cds/intrusive/michael_list_ptb.h +++ b/cds/intrusive/michael_list_ptb.h @@ -3,7 +3,7 @@ #ifndef __CDS_INTRUSIVE_MICHAEL_LIST_PTB_H #define __CDS_INTRUSIVE_MICHAEL_LIST_PTB_H -#include +#include #include #endif // #ifndef __CDS_INTRUSIVE_MICHAEL_LIST_PTB_H diff --git a/projects/Win/vc12/cds.vcxproj b/projects/Win/vc12/cds.vcxproj index 97ee2103..048f20c2 100644 --- a/projects/Win/vc12/cds.vcxproj +++ b/projects/Win/vc12/cds.vcxproj @@ -747,6 +747,7 @@ + @@ -928,7 +929,6 @@ - diff --git a/projects/Win/vc12/cds.vcxproj.filters b/projects/Win/vc12/cds.vcxproj.filters index 1e41f078..6697c546 100644 --- a/projects/Win/vc12/cds.vcxproj.filters +++ b/projects/Win/vc12/cds.vcxproj.filters @@ -569,9 +569,6 @@ Header Files\cds\intrusive - - Header Files\cds\intrusive - Header Files\cds\intrusive @@ -1280,5 +1277,8 @@ Header Files\cds\intrusive\details + + Header Files\cds\intrusive\impl + \ No newline at end of file -- 2.34.1