diff options
Diffstat (limited to 'src/rgw/rgw_tools.cc')
-rw-r--r-- | src/rgw/rgw_tools.cc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/rgw/rgw_tools.cc b/src/rgw/rgw_tools.cc index e83e49a0652..4c8e3b71579 100644 --- a/src/rgw/rgw_tools.cc +++ b/src/rgw/rgw_tools.cc @@ -1,11 +1,9 @@ -#include <errno.h> +#include "include/types.h" #include "common/errno.h" -#include "include/types.h" - -#include "rgw_common.h" #include "rgw_rados.h" + #include "rgw_tools.h" #define dout_subsys ceph_subsys_rgw |