rearrange cds/gc contents
[libcds.git] / cds / gc / gc_fwd.h
1 //$$CDS-header$$
2
3 #ifndef __CDS_GC_FORWARD_H
4 #define __CDS_GC_FORWARD_H
5
6 #include <cds/details/defs.h>
7
8 //@cond
9 namespace cds { namespace gc {
10     class HP;
11     class PTB;
12
13     class nogc;
14 }} // namespace cds::gc
15
16 //@endcond
17
18 #endif // #ifndef __CDS_GC_FORWARD_H