Skip to content

Commit

Permalink
removing private node_internals.h due to nodejs/node-gyp#782
Browse files Browse the repository at this point in the history
  • Loading branch information
vsukhomlinov committed Oct 24, 2015
1 parent d7d39f8 commit 81a11d5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion NodeCoreAudio/AudioEngine.cpp
Expand Up @@ -10,7 +10,6 @@
#include "portaudio.h"
#include <v8.h>
#include <uv.h>
#include <node_internals.h>
#include <node_object_wrap.h>
#include <stdlib.h>

Expand Down
1 change: 0 additions & 1 deletion NodeCoreAudio/AudioEngine.h
Expand Up @@ -8,7 +8,6 @@
#include "portaudio.h"
#include <v8.h>
#include <vector>
#include <node_internals.h>
#include <node_object_wrap.h>
#include <nan.h>
using namespace v8; using namespace std;
Expand Down

0 comments on commit 81a11d5

Please sign in to comment.