mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-29 10:00:30 +00:00
minor change
Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
#ifndef XRPL_CORE_PERFLOG_H
|
||||
#define XRPL_CORE_PERFLOG_H
|
||||
|
||||
#include <xrpl/beast/utility/Journal.h>
|
||||
#include <xrpl/core/JobTypes.h>
|
||||
|
||||
#include <boost/filesystem.hpp>
|
||||
|
||||
#include <chrono>
|
||||
@@ -13,15 +16,10 @@ namespace Json {
|
||||
class Value;
|
||||
}
|
||||
|
||||
namespace beast {
|
||||
class Journal;
|
||||
}
|
||||
|
||||
class Section;
|
||||
|
||||
namespace xrpl {
|
||||
|
||||
enum JobType : int;
|
||||
class Application;
|
||||
namespace perf {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user