summaryrefslogtreecommitdiff
path: root/src/rgw/rgw_json.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rgw/rgw_json.h')
-rw-r--r--src/rgw/rgw_json.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/rgw/rgw_json.h b/src/rgw/rgw_json.h
index d0dec397c28..b2c9a5069b3 100644
--- a/src/rgw/rgw_json.h
+++ b/src/rgw/rgw_json.h
@@ -1,19 +1,16 @@
#ifndef RGW_JSON_H
#define RGW_JSON_H
-#include <iostream>
#include <include/types.h>
-// for testing DELETE ME
-#include <fstream>
+#include <iostream>
+#include <fstream> // for testing DELETE ME
#include "json_spirit/json_spirit.h"
-
using namespace std;
using namespace json_spirit;
-
class JSONObj;
class JSONObjIter {