Skip to content
This repository has been archived by the owner on Apr 13, 2020. It is now read-only.

Commit

Permalink
Fix node includes
Browse files Browse the repository at this point in the history
  • Loading branch information
vibornoff committed Sep 4, 2012
1 parent a467fa2 commit 279efdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/handle.cc
Expand Up @@ -29,8 +29,8 @@

#include <v8.h>
#include <node.h>
#include <node/node_object_wrap.h>
#include <node/node_buffer.h>
#include <node_object_wrap.h>
#include <node_buffer.h>
#include <yajl/yajl_parse.h>

#include <string>
Expand Down
2 changes: 1 addition & 1 deletion src/handle.hh
Expand Up @@ -32,7 +32,7 @@

#include <v8.h>
#include <node.h>
#include <node/node_object_wrap.h>
#include <node_object_wrap.h>
#include <yajl/yajl_parse.h>

#include <string>
Expand Down

0 comments on commit 279efdf

Please sign in to comment.