summaryrefslogtreecommitdiff
path: root/src/node_script.h
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2012-03-10 00:11:11 +0100
committerBen Noordhuis <info@bnoordhuis.nl>2012-03-10 00:14:14 +0100
commitff4a9d381d2c77d1e074f9886c71003d5b7db25f (patch)
tree93507a7dc06d66551215030f6a6fc5cbb9dacb09 /src/node_script.h
parent8c02f9b7c844909cf5977d065b793c99eb0f9c45 (diff)
downloadnode-ff4a9d381d2c77d1e074f9886c71003d5b7db25f.tar.gz
core: use proper #include directives
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 5074abf2d..047829f53 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 {