diff -r b7d1317b138e -r fae240d633fc test/avl_tests.c --- a/test/avl_tests.c Tue Oct 17 15:15:54 2017 +0200 +++ b/test/avl_tests.c Tue Oct 17 16:15:41 2017 +0200 @@ -28,7 +28,7 @@ #include "avl_tests.h" -#include "ucx/utils.h" +#include static int node_height(UcxAVLNode *node) { if(!node) {