From 62e1ab00cb55209b3a975eecc4f7f293f70332ea Mon Sep 17 00:00:00 2001 From: Alexandr <a.lyapunov@corp.mail.ru> Date: Thu, 20 Feb 2014 14:27:09 +0400 Subject: [PATCH] fixed include paths in avl unit test --- test/unit/avl_tree.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/unit/avl_tree.c b/test/unit/avl_tree.c index efb6883770..d7e0543412 100644 --- a/test/unit/avl_tree.c +++ b/test/unit/avl_tree.c @@ -5,8 +5,8 @@ #include "unit.h" #include "avl_tree.h" -#include "../third_party/sptree.h" -#include "../third_party/qsort_arg.h" +#include "sptree.h" +#include "qsort_arg.h" #ifndef MAX #define MAX(a,b) (((a)>(b))?(a):(b)) -- GitLab