diff options
Diffstat (limited to 'vere/pkg/ur/ur.h')
-rw-r--r-- | vere/pkg/ur/ur.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vere/pkg/ur/ur.h b/vere/pkg/ur/ur.h new file mode 100644 index 0000000..cfa0c47 --- /dev/null +++ b/vere/pkg/ur/ur.h @@ -0,0 +1,11 @@ +/// @file + +#ifndef UR_H +#define UR_H + +#include "bitstream.h" +#include "defs.h" +#include "hashcons.h" +#include "serial.h" + +#endif /* ifndef UR_H */ |