X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=blobdiff_plain;f=cds%2Fintrusive%2Fmichael_list_hp.h;h=d95ab49a39b1f88c7eaa2025dcb2e41d40e945a6;hp=dd4e2e42adacc0d1677adf7adaab5426b7a043d8;hb=2bb66f1d159d044d2c5dad0f0f968abcb6d53287;hpb=cd515d6402be81b84e2eb0c9d4cf0a1ca9e4d95a diff --git a/cds/intrusive/michael_list_hp.h b/cds/intrusive/michael_list_hp.h index dd4e2e42..d95ab49a 100644 --- a/cds/intrusive/michael_list_hp.h +++ b/cds/intrusive/michael_list_hp.h @@ -1,11 +1,11 @@ /* This file is a part of libcds - Concurrent Data Structures library - (C) Copyright Maxim Khizhinsky (libcds.dev@gmail.com) 2006-2016 + (C) Copyright Maxim Khizhinsky (libcds.dev@gmail.com) 2006-2017 Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -25,13 +25,13 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef CDSLIB_INTRUSIVE_MICHAEL_LIST_HP_H #define CDSLIB_INTRUSIVE_MICHAEL_LIST_HP_H -#include #include +#include #endif // #ifndef CDSLIB_INTRUSIVE_MICHAEL_LIST_HP_H