#include "vieter_heap.h" #include "vieter_heap_tree.h" struct vieter_heap { vieter_heap_node *tree; };