From e5a735a12fdfe08d93b1f584ee6665d89ccca8cf 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. --- 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;