Skip to content

Commit 6269a3c

Browse files
danbevtargos
authored andcommittedNov 11, 2019
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 <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: David Carlier <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
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

-1
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)
Please sign in to comment.