]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
os/bluestore/BitMapAllocator: drop useless include
authorSage Weil <sage@redhat.com>
Sat, 28 Oct 2017 20:50:30 +0000 (15:50 -0500)
committerIgor Fedotov <ifedotov@suse.com>
Thu, 12 Apr 2018 18:34:28 +0000 (21:34 +0300)
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 79f9c86dfde7356915ec790f0cffca77579552e6)

src/os/bluestore/BitMapAllocator.h

index a39751d4cf6ad55e7bdf8ece26221d62d3d8f6c3..2a2643c15b2d86daf4ad725fd153147e956f3532 100644 (file)
@@ -8,7 +8,6 @@
 
 #include "Allocator.h"
 #include "BitAllocator.h"
-#include "include/btree_interval_set.h"
 
 class BitMapAllocator : public Allocator {
   CephContext* cct;