From 972144073b51b1fecf966dcb03ebf83e61e78e2d Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Thu, 17 Oct 2019 12:11:54 +0200 Subject: [PATCH] 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: https://github.com/nodejs/node/pull/30004 Reviewed-By: Gireesh Punathil Reviewed-By: Anna Henningsen Reviewed-By: Colin Ihrig Reviewed-By: David Carlier Reviewed-By: Richard Lau Reviewed-By: Luigi Pinca --- src/node_report.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/node_report.cc b/src/node_report.cc index 088c63b9e8402d..25a4d671c8f1bd 100644 --- a/src/node_report.cc +++ b/src/node_report.cc @@ -18,7 +18,6 @@ #include #include #include -#include constexpr int NODE_REPORT_VERSION = 1; constexpr int NANOS_PER_SEC = 1000 * 1000 * 1000;