From: Sage Weil Date: Sat, 28 Oct 2017 20:50:30 +0000 (-0500) Subject: os/bluestore/BitMapAllocator: drop useless include X-Git-Tag: v12.2.5~17^2~8 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=adb54f19697ad734622a7389a3c9f0a504fcd8a3;p=ceph.git os/bluestore/BitMapAllocator: drop useless include Signed-off-by: Sage Weil (cherry picked from commit 79f9c86dfde7356915ec790f0cffca77579552e6) --- diff --git a/src/os/bluestore/BitMapAllocator.h b/src/os/bluestore/BitMapAllocator.h index a39751d4cf6a..2a2643c15b2d 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;