Aesthetic changes

Aesthetic changes, typos fix and delete recursive inclusions.

Signed-off-by: Slawomir_Jankowski <slawomir.jankowski@intel.com>
This commit is contained in:
Slawomir_Jankowski
2019-10-01 14:24:16 +02:00
parent e02821d399
commit 0696ec1f9c
25 changed files with 23 additions and 29 deletions

View File

@@ -12,7 +12,6 @@
* @brief OCF cache API
*/
#include "ocf_types.h"
#include "ocf_volume.h"
#include "ocf_ctx.h"
#include "ocf_def.h"

View File

@@ -11,7 +11,6 @@
#ifndef __OCF_CORE_H__
#define __OCF_CORE_H__
#include "ocf_types.h"
#include "ocf_volume.h"
#include "ocf_io.h"
#include "ocf_mngt.h"

View File

@@ -11,7 +11,6 @@
* @brief OCF library context API
*/
#include "ocf_types.h"
#include "ocf_volume.h"
#include "ocf_logger.h"

View File

@@ -6,7 +6,6 @@
#ifndef __OCF_MNGT_H__
#define __OCF_MNGT_H__
#include "ocf_types.h"
#include "ocf_cache.h"
#include "ocf_core.h"

View File

@@ -13,7 +13,6 @@
#include "ocf_types.h"
#include "ocf_env.h"
#include "ocf_err.h"
struct ocf_io;