Skip to content

Commit 6269a3c

Browse files
danbevtargos
authored andcommitted
src: remove unused iomanip include
This commit removes the include of the IO manipulators header as I can't find that it is used anywhere. PR-URL: #30004 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 2764567 commit 6269a3c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/node_report.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
#include <ctime>
1919
#include <cwctype>
2020
#include <fstream>
21-
#include <iomanip>
2221

2322
constexpr int NODE_REPORT_VERSION = 1;
2423
constexpr int NANOS_PER_SEC = 1000 * 1000 * 1000;

0 commit comments

Comments
 (0)