#include "tree.h" #include Tree::~Tree() { printf("Tree destructor\n"); };