summaryrefslogtreecommitdiff
path: root/src/module_wrap.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/module_wrap.cc')
-rw-r--r--src/module_wrap.cc8
1 files changed, 5 insertions, 3 deletions
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 <algorithm>
-#include <climits> // PATH_MAX
-#include <sys/stat.h> // S_IFDIR
#include "module_wrap.h"
#include "env.h"
@@ -10,6 +7,11 @@
#include "node_contextify.h"
#include "node_watchdog.h"
+#include <sys/stat.h> // S_IFDIR
+
+#include <algorithm>
+#include <climits> // PATH_MAX
+
namespace node {
namespace loader {