summaryrefslogtreecommitdiff
path: root/src/node_buffer.cc
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_buffer.cc
parent8c02f9b7c844909cf5977d065b793c99eb0f9c45 (diff)
downloadnodejs-ff4a9d381d2c77d1e074f9886c71003d5b7db25f.tar.gz
nodejs-ff4a9d381d2c77d1e074f9886c71003d5b7db25f.tar.bz2
nodejs-ff4a9d381d2c77d1e074f9886c71003d5b7db25f.zip
core: use proper #include directives
Diffstat (limited to 'src/node_buffer.cc')
-rw-r--r--src/node_buffer.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/node_buffer.cc b/src/node_buffer.cc
index 12fe1e096..882fa384a 100644
--- a/src/node_buffer.cc
+++ b/src/node_buffer.cc
@@ -20,10 +20,10 @@
// USE OR OTHER DEALINGS IN THE SOFTWARE.
-#include <node.h>
-#include <node_buffer.h>
+#include "node.h"
+#include "node_buffer.h"
-#include <v8.h>
+#include "v8.h"
#include <assert.h>
#include <stdlib.h> // malloc, free