From a5bab214589b881b6714b43136e48936652153a2 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Thu, 17 Oct 2019 12:11:54 +0200 Subject: 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(-) (limited to 'src') diff --git a/src/node_report.cc b/src/node_report.cc index 088c63b9e8..25a4d671c8 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; -- cgit v1.2.3