Skip to content

Commit 01778f5

Browse files
richardlautargos
authored andcommitted
report: tidy up included headers
Remove inclusion of headers that are no longer required. PR-URL: #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>
1 parent 3637e71 commit 01778f5

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/node_report.cc

-15
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,11 @@
11

22
#include "node_report.h"
3-
#include "ares.h"
43
#include "debug_utils.h"
5-
#include "http_parser.h"
6-
#include "nghttp2/nghttp2ver.h"
74
#include "node_internals.h"
85
#include "node_metadata.h"
9-
#include "zlib.h"
10-
11-
#ifdef __APPLE__
12-
#include <mach-o/dyld.h>
13-
#endif
14-
15-
#include <fcntl.h>
166

177
#ifdef _WIN32
18-
#include <Lm.h>
198
#include <Windows.h>
20-
#include <dbghelp.h>
21-
#include <process.h>
22-
#include <psapi.h>
23-
#include <tchar.h>
249
#else // !_WIN32
2510
#include <sys/resource.h>
2611
#include <cxxabi.h>

0 commit comments

Comments
 (0)