From: Sage Weil Date: Sat, 28 Oct 2017 20:50:30 +0000 (-0500) Subject: os/bluestore/BitMapAllocator: drop useless include X-Git-Tag: v13.0.1~372^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=79f9c86dfde7356915ec790f0cffca77579552e6;p=ceph.git os/bluestore/BitMapAllocator: drop useless include Signed-off-by: Sage Weil --- 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;