Skip to content
Snippets Groups Projects
Commit 290c088e authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Merge remote-tracking branch 'origin/openmp-avl-tree-index-sort' into stable

parents 17e21acd 62e1ab00
No related branches found
No related tags found
No related merge requests found
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
#include "unit.h" #include "unit.h"
#include "avl_tree.h" #include "avl_tree.h"
#include "../third_party/sptree.h" #include "sptree.h"
#include "../third_party/qsort_arg.h" #include "qsort_arg.h"
#ifndef MAX #ifndef MAX
#define MAX(a,b) (((a)>(b))?(a):(b)) #define MAX(a,b) (((a)>(b))?(a):(b))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment