9b7fcbdf9ce9a24bba8cafc36fc7dbfa874628ea
[libcds.git] / cds / gc / hp / details / hp_fwd.h
1 //$$CDS-header$$
2
3 #ifndef __CDS_GC_HP_DETAILS_HP_FWD_H
4 #define __CDS_GC_HP_DETAILS_HP_FWD_H
5
6 namespace cds {
7     namespace gc { namespace hp {
8
9         // forward declarations
10         class GarbageCollector;
11         class ThreadGC;
12     } }
13 }
14
15 #endif // #ifndef __CDS_GC_HP_DETAILS_HP_FWD_H