]> git.apps.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)
committerSage Weil <sage@redhat.com>
Sat, 28 Oct 2017 21:25:05 +0000 (16:25 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
src/os/bluestore/BitMapAllocator.h

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