Merge pull request #418 from robertbaldyga/inc-dep-env-headers

Remove dependency to full ocf_env.h from inc/ headers
This commit is contained in:
Robert Baldyga
2020-11-30 17:16:32 +01:00
committed by GitHub
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;