From ff4a9d381d2c77d1e074f9886c71003d5b7db25f Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Sat, 10 Mar 2012 00:11:11 +0100 Subject: core: use proper #include directives --- src/node_buffer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/node_buffer.h') diff --git a/src/node_buffer.h b/src/node_buffer.h index abfafa3264f..c36f20b2f04 100644 --- a/src/node_buffer.h +++ b/src/node_buffer.h @@ -22,9 +22,9 @@ #ifndef NODE_BUFFER_H_ #define NODE_BUFFER_H_ -#include -#include -#include +#include "node.h" +#include "node_object_wrap.h" +#include "v8.h" #include namespace node { -- cgit v1.2.3