From: Danny Al-Gaaf Date: Wed, 7 May 2014 12:03:02 +0000 (+0200) Subject: dupstore.cc: remove not needed include of X-Git-Tag: v0.81~54^2~8 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2c33ace302c22d6a961961e74c48ce13baedaaad;p=ceph.git dupstore.cc: remove not needed include of Signed-off-by: Danny Al-Gaaf --- diff --git a/src/tools/dupstore.cc b/src/tools/dupstore.cc index 592b4b716d31..9b07fbd81688 100644 --- a/src/tools/dupstore.cc +++ b/src/tools/dupstore.cc @@ -11,13 +11,10 @@ * Foundation. See file COPYING. * */ - -#include -#include "os/FileStore.h" #include "common/ceph_argparse.h" #include "global/global_init.h" - #include "include/unordered_map.h" +#include "os/FileStore.h" int dupstore(ObjectStore* src, ObjectStore* dst) {