test/avl_tests.c

changeset 251
fae240d633fc
parent 250
b7d1317b138e
child 259
2f5dea574a75
     1.1 --- a/test/avl_tests.c	Tue Oct 17 15:15:54 2017 +0200
     1.2 +++ b/test/avl_tests.c	Tue Oct 17 16:15:41 2017 +0200
     1.3 @@ -28,7 +28,7 @@
     1.4  
     1.5  #include "avl_tests.h"
     1.6  
     1.7 -#include "ucx/utils.h"
     1.8 +#include <ucx/utils.h>
     1.9  
    1.10  static int node_height(UcxAVLNode *node) {
    1.11      if(!node) {

mercurial