Split HTTP::Server to its own module

This commit is contained in:
Vinnie Falco
2013-09-22 00:13:58 -07:00
parent 0dc3cf07d0
commit a2151bfa47
34 changed files with 1729 additions and 1371 deletions

View File

@@ -21,6 +21,8 @@
// This .cpp will end up including all of the public header
// material in Ripple since it holds the Application object.
#include "../ripple/http/ripple_http.h"
#include "../ripple/rpc/ripple_rpc.h"
#include "../ripple/validators/ripple_validators.h"
namespace ripple