Move nodestore to its own module

This commit is contained in:
Vinnie Falco
2014-06-15 12:50:44 -07:00
parent d965b23b2a
commit cf3eb24eb0
67 changed files with 411 additions and 369 deletions

View File

@@ -20,7 +20,13 @@
#ifndef RIPPLE_CORE_CONFIG_H_INCLUDED
#define RIPPLE_CORE_CONFIG_H_INCLUDED
#include <ripple/unity/json.h>
#include <ripple/module/data/protocol/RippleAddress.h>
#include <beast/module/core/files/File.h>
#include <beast/http/URL.h>
#include <boost/filesystem.hpp>
#include <cstdint>
#include <string>
namespace ripple {