Skip to content

Commit d170b9c

Browse files
committed
Fix a problem.
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
1 parent 1554c76 commit d170b9c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/xrpld/app/misc/make_NetworkOPs.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#ifndef XRPLD_APP_MISC_MAKE_NETWORKOPS_H_INCLUDED
2-
#define XRPLD_APP_MISC_MAKE_NETWORKOPS_H_INCLUDED
1+
#pragma once
32

43
#include <xrpl/beast/insight/Insight.h>
54
#include <xrpl/beast/utility/Journal.h>
@@ -31,5 +30,3 @@ make_NetworkOPs(
3130
beast::insight::Collector::ptr const& collector);
3231

3332
} // namespace xrpl
34-
35-
#endif

0 commit comments

Comments
 (0)