Remove dependency to full ocf_env.h from inc/ headers

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Robert Baldyga
2020-11-17 20:57:53 +01:00
parent ec723e15e1
commit c8e7e0053c
3 changed files with 16 additions and 14 deletions

View File

@@ -6,7 +6,7 @@
#ifndef __UTILS_RBTREE_H__
#define __UTILS_RBTREE_H__
#include "ocf/ocf.h"
#include "../ocf_priv.h"
struct ocf_rb_node {
bool red;