/* Public domain. */ #ifndef DATASTRUCT_H #define DATASTRUCT_H #include "avlnode.h" #include "avlnodealloc.h" #include "avlnodebunch.h" #include "list1.h" #include "avltree.h" #endif