Skip to content

Commit

Permalink
Fix include paths
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilm committed Nov 15, 2010
1 parent df9747a commit 1fd699a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/face.cc
Expand Up @@ -4,8 +4,8 @@
#include <vector>
#include <iostream>

#include <node/v8.h>
#include <node/node.h>
#include <v8.h>
#include <node.h>

#include <libface/LibFace.h>
#include <libface/Face.h>
Expand Down

0 comments on commit 1fd699a

Please sign in to comment.