btrfs_shell: Support AVLTree

This commit is contained in:
hyche
2017-07-25 09:34:46 +07:00
parent 370ee09fe5
commit 9f9ba0bdc1
4 changed files with 33 additions and 14 deletions
+6 -1
View File
@@ -6,7 +6,12 @@
#define _KERNEL_UTIL_AVL_TREE_BASE_H
#include <SupportDefs.h>
#ifndef FS_SHELL
# include <SupportDefs.h>
#else
# include <algorithm>
# include "fssh_api_wrapper.h"
#endif
class AVLTreeIterator;