Clean up ripple_json module and remove unnecessary includes

This commit is contained in:
Vinnie Falco
2013-05-25 12:46:03 -07:00
parent ce66f950cf
commit 45d706943b
11 changed files with 57 additions and 86 deletions

View File

@@ -1,16 +1,3 @@
#include <utility>
#include <assert.h>
#include <stdio.h>
#include <string.h>
#include <iostream>
#include <sstream>
#include <iomanip>
#include "json_writer.h"
#if _MSC_VER >= 1400 // VC++ 8.0
#pragma warning( disable : 4996 ) // disable warning about strdup being deprecated.
#endif
namespace Json {