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:
Diffstat (limited to 'src/node.h')
-rw-r--r--src/node.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/node.h b/src/node.h
index 703c74478ef..788b65a964f 100644
--- a/src/node.h
+++ b/src/node.h
@@ -58,13 +58,13 @@
# define SIGKILL 9
#endif
-#include <uv.h>
-#include <v8.h>
+#include "uv.h"
+#include "v8.h"
#include <sys/types.h> /* struct stat */
#include <sys/stat.h>
#include <assert.h>
-#include <node_object_wrap.h>
+#include "node_object_wrap.h"
#if NODE_WANT_INTERNALS
# include "node_internals.h"