Put json in its own module with header

This commit is contained in:
Vinnie Falco
2013-05-25 12:36:56 -07:00
parent e227637e34
commit ce66f950cf
53 changed files with 197 additions and 244 deletions

View File

@@ -39,10 +39,10 @@
#include <boost/unordered_map.hpp>
#include <boost/thread/mutex.hpp>
#include "../ripple_json/ripple_json.h"
#include "types/ripple_IntegerTypes.h"
#include "containers/ripple_KeyCache.h"
#include "events/ripple_UptimeTimer.h"
#endif