issue#11: cds: changed __CDS_ guard prefix to CDSLIB_ for all .h files
[libcds.git] / cds / intrusive / skip_list_hp.h
1 //$$CDS-header$$
2
3 #ifndef CDSLIB_INTRUSIVE_SKIP_LIST_HP_H
4 #define CDSLIB_INTRUSIVE_SKIP_LIST_HP_H
5
6 #include <cds/gc/hp.h>
7 #include <cds/intrusive/impl/skip_list.h>
8
9 #endif