Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Lau <riclau@uk.ibm.com>2019-03-16 05:37:37 +0300
committerRichard Lau <riclau@uk.ibm.com>2019-03-18 06:42:00 +0300
commit993bdff9ff189dd32b8f782df24a1c8994392dd1 (patch)
treee4049b3aee52b6f646886a725462eb0394a16e96 /src/node_report.cc
parentdace48909948a70d9ebabdcd389878f8325ae2dc (diff)
report: tidy up included headers
Remove inclusion of headers that are no longer required. PR-URL: https://github.com/nodejs/node/pull/26697 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Diffstat (limited to 'src/node_report.cc')
-rw-r--r--src/node_report.cc15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/node_report.cc b/src/node_report.cc
index 6883dccd949..cbb9c219a20 100644
--- a/src/node_report.cc
+++ b/src/node_report.cc
@@ -1,26 +1,11 @@
#include "node_report.h"
-#include "ares.h"
#include "debug_utils.h"
-#include "http_parser.h"
-#include "nghttp2/nghttp2ver.h"
#include "node_internals.h"
#include "node_metadata.h"
-#include "zlib.h"
-
-#ifdef __APPLE__
-#include <mach-o/dyld.h>
-#endif
-
-#include <fcntl.h>
#ifdef _WIN32
-#include <Lm.h>
#include <Windows.h>
-#include <dbghelp.h>
-#include <process.h>
-#include <psapi.h>
-#include <tchar.h>
#else // !_WIN32
#include <sys/resource.h>
#include <cxxabi.h>