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_script.h')
-rw-r--r--src/node_script.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/node_script.h b/src/node_script.h
index 5074abf2d3b..047829f539d 100644
--- a/src/node_script.h
+++ b/src/node_script.h
@@ -22,10 +22,10 @@
#ifndef node_script_h
#define node_script_h
-#include <node.h>
-#include <node_object_wrap.h>
-#include <v8.h>
-#include <uv.h>
+#include "node.h"
+#include "node_object_wrap.h"
+#include "v8.h"
+#include "uv.h"
namespace node {