mirror of
https://github.com/XRPLF/rippled.git
synced 2026-02-08 16:02:27 +00:00
This change replaces all include guards in the `src/` and `include/` directories by `#pragma once`.
13 lines
254 B
C++
13 lines
254 B
C++
#pragma once
|
|
|
|
#include <xrpl/beast/utility/Journal.h>
|
|
#include <xrpl/json/Output.h>
|
|
#include <xrpl/json/json_value.h>
|
|
|
|
namespace xrpl {
|
|
|
|
void
|
|
HTTPReply(int nStatus, std::string const& strMsg, Json::Output const&, beast::Journal j);
|
|
|
|
} // namespace xrpl
|