From: Sage Weil Date: Wed, 23 Dec 2015 15:40:38 +0000 (-0500) Subject: ceph-objectstore-tool: drop unused FileSTore include X-Git-Tag: v10.0.3~154^2~42 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6c1ef4757454ef30c2bb51c57b6f186a37fd427e;p=ceph.git ceph-objectstore-tool: drop unused FileSTore include Signed-off-by: Sage Weil --- diff --git a/src/tools/ceph_objectstore_tool.cc b/src/tools/ceph_objectstore_tool.cc index fd4110fafefd..6c79be6eab91 100644 --- a/src/tools/ceph_objectstore_tool.cc +++ b/src/tools/ceph_objectstore_tool.cc @@ -25,7 +25,6 @@ #include "global/global_init.h" #include "os/ObjectStore.h" -#include "os/FileStore.h" #include "os/FileJournal.h" #include "osd/PGLog.h"