9 lines
122 B
C
9 lines
122 B
C
#ifndef __GC_H__
|
|
#define __GC_H__
|
|
|
|
#include "gc/gcbound.h"
|
|
#include "gc/gctransition.h"
|
|
#include "gc/gczoombox.h"
|
|
|
|
#endif
|