From 79f9c86dfde7356915ec790f0cffca77579552e6 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sat, 28 Oct 2017 15:50:30 -0500 Subject: [PATCH] os/bluestore/BitMapAllocator: drop useless include Signed-off-by: Sage Weil --- src/os/bluestore/BitMapAllocator.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/os/bluestore/BitMapAllocator.h b/src/os/bluestore/BitMapAllocator.h index 5a3010409c48..b9a51714e880 100644 --- a/src/os/bluestore/BitMapAllocator.h +++ b/src/os/bluestore/BitMapAllocator.h @@ -8,7 +8,6 @@ #include "Allocator.h" #include "BitAllocator.h" -#include "include/btree_interval_set.h" class BitMapAllocator : public Allocator { CephContext* cct; -- 2.47.3