diff options
Diffstat (limited to 'src/rgw/rgw_json.cc')
-rw-r--r-- | src/rgw/rgw_json.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/rgw/rgw_json.cc b/src/rgw/rgw_json.cc index 0f91c2279e1..6753da9a01c 100644 --- a/src/rgw/rgw_json.cc +++ b/src/rgw/rgw_json.cc @@ -1,12 +1,10 @@ #include <iostream> #include <include/types.h> +#include <fstream> // for testing DELETE ME #include "rgw_json.h" #include "rgw_common.h" -// for testing DELETE ME -#include <fstream> - using namespace std; using namespace json_spirit; |