summaryrefslogtreecommitdiff
path: root/src/rgw/rgw_usage.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/rgw/rgw_usage.cc')
-rw-r--r--src/rgw/rgw_usage.cc6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/rgw/rgw_usage.cc b/src/rgw/rgw_usage.cc
index 054abc2c334..bef8f6012f0 100644
--- a/src/rgw/rgw_usage.cc
+++ b/src/rgw/rgw_usage.cc
@@ -1,14 +1,10 @@
-#include <string>
-#include <map>
-
#include "rgw_rados.h"
+
#include "rgw_usage.h"
-#include "rgw_formats.h"
using namespace std;
-
static void dump_usage_categories_info(Formatter *formatter, const rgw_usage_log_entry& entry, map<string, bool> *categories)
{
formatter->open_array_section("categories");