summaryrefslogtreecommitdiff
path: root/src/rgw/rgw_jsonparser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/rgw/rgw_jsonparser.cc')
-rw-r--r--src/rgw/rgw_jsonparser.cc10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/rgw/rgw_jsonparser.cc b/src/rgw/rgw_jsonparser.cc
index 7a1f11c325e..d1aa07d3033 100644
--- a/src/rgw/rgw_jsonparser.cc
+++ b/src/rgw/rgw_jsonparser.cc
@@ -1,16 +1,14 @@
-#include <string.h>
+#include "include/types.h"
-#include <iostream>
+#include <string.h>
#include <map>
-#include "include/types.h"
-
#include "rgw_json.h"
-#define dout_subsys ceph_subsys_rgw
-
using namespace std;
+#define dout_subsys ceph_subsys_rgw
+
void dump_array(JSONObj *obj)
{