Skip to content

Commit

Permalink
report: tidy up included headers
Browse files Browse the repository at this point in the history
Remove inclusion of headers that are no longer required.

PR-URL: nodejs#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>
  • Loading branch information
richardlau authored and targos committed Mar 27, 2019
1 parent d8e9cb7 commit b0015e0
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/node_report.cc
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit b0015e0

Please sign in to comment.