Rename File AvlTree

This commit is contained in:
IlushaShurupov 2023-07-01 15:32:40 +03:00
parent 13a8f07e32
commit a7d1ab44cc
2 changed files with 1 additions and 1 deletions

View file

@ -1,7 +1,7 @@
#include "Tests.hpp"
#include "AvlTree.hpp"
#include "Tree.hpp"
#include "Testing.hpp"