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,20 +1,6 @@
#ifndef CPPTL_JSON_H_INCLUDED
# define CPPTL_JSON_H_INCLUDED
#include "json_forwards.h"
#include <string>
#include <vector>
#ifndef JSON_USE_CPPTL_SMALLMAP
# include <map>
#else
# include <cpptl/smallmap.h>
#endif
#ifdef JSON_USE_CPPTL
# include <cpptl/forwards.h>
#endif
/** \brief JSON (JavaScript Object Notation).
*/
namespace Json {