From f2064dfc1fee2daa0537bc27d79d5aa0f734faaf Mon Sep 17 00:00:00 2001 From: Refael Ackermann Date: Mon, 25 Feb 2019 17:27:19 -0500 Subject: src: de-lint header usage PR-URL: https://github.com/nodejs/node/pull/26306 Reviewed-By: Gireesh Punathil --- src/module_wrap.cc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/module_wrap.cc') diff --git a/src/module_wrap.cc b/src/module_wrap.cc index 3d55d12cc3..d311f7caca 100644 --- a/src/module_wrap.cc +++ b/src/module_wrap.cc @@ -1,6 +1,3 @@ -#include -#include // PATH_MAX -#include // S_IFDIR #include "module_wrap.h" #include "env.h" @@ -10,6 +7,11 @@ #include "node_contextify.h" #include "node_watchdog.h" +#include // S_IFDIR + +#include +#include // PATH_MAX + namespace node { namespace loader { -- cgit v1.2.3