11 lines
142 B
C
11 lines
142 B
C
|
|
||
|
#ifndef _REGIONAVL_H
|
||
|
#define _REGIONAVL_H
|
||
|
|
||
|
#include "region.h"
|
||
|
#include "regionavl_defs.h"
|
||
|
#include "cavl_if.h"
|
||
|
#include "unavl.h"
|
||
|
|
||
|
#endif
|