Files
rippled/src/ripple/http/ripple_http.h
2013-09-22 11:52:26 -07:00

23 lines
621 B
C

//------------------------------------------------------------------------------
/*
Copyright (c) 2011-2013, OpenCoin, Inc.
*/
//==============================================================================
#ifndef RIPPLE_HTTP_H_INCLUDED
#define RIPPLE_HTTP_H_INCLUDED
#include "beast/modules/beast_core/beast_core.h"
// VFALCO NOTE this sucks that we have to include asio in the header
// just for HTTPMessage!!
#include "beast/modules/beast_asio/beast_asio.h"
# include "api/Port.h"
# include "api/ScopedStream.h"
# include "api/Session.h"
# include "api/Handler.h"
#include "api/Server.h"
#endif