Refactor includes

Signed-off-by: Michal Mielewczyk <michal.mielewczyk@intel.com>
This commit is contained in:
Michal Mielewczyk 2021-07-26 13:28:50 +02:00
parent 92f9c3d532
commit 6dc29ee85e
3 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,7 @@
#ifndef __METADATA_SEGMENT_OPS_H__
#define __METADATA_SEGMENT_OPS_H__
#include "../utils/utils_pipeline.h"
#include "metadata_raw.h"
#include <ocf/ocf_def.h>

View File

@ -8,6 +8,7 @@
#include <ocf/ocf_def.h>
#include "metadata_segment.h"
#include "../promotion/promotion.h"
#define CACHE_MAGIC_NUMBER 0x187E1CA6

View File

@ -6,7 +6,7 @@
#ifndef __UTILS_PIPELINE_H__
#define __UTILS_PIPELINE_H__
#include "../ocf_cache_priv.h"
#include "ocf/ocf.h"
enum ocf_pipeline_step_type {
ocf_pipeline_step_single,