From 765240a503fce3d595555d9e11e0858e0fc36aad Mon Sep 17 00:00:00 2001 From: Jianpeng Ma Date: Mon, 19 Sep 2016 21:32:43 +0800 Subject: [PATCH] os/bluestore: remove unused head file. Signed-off-by: Jianpeng Ma --- src/os/bluestore/Allocator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/os/bluestore/Allocator.h b/src/os/bluestore/Allocator.h index 220cda9ec4e8f..340d0b6b7adc6 100644 --- a/src/os/bluestore/Allocator.h +++ b/src/os/bluestore/Allocator.h @@ -12,8 +12,8 @@ #ifndef CEPH_OS_BLUESTORE_ALLOCATOR_H #define CEPH_OS_BLUESTORE_ALLOCATOR_H -#include "kv/KeyValueDB.h" #include +#include #include "include/assert.h" #include "os/bluestore/bluestore_types.h"