Description: Remove redundant legacy include
 Calling node fails on Debian. It is also unnecessary since Debian provides
 nan.h in /usr/include which is already in the default path.
Author: Ximin Luo <infinity0@pwned.gg>
Forwarded: not-needed
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/binding.gyp
+++ b/binding.gyp
@@ -2,13 +2,11 @@
   'targets': [
     {
       'target_name': 'validation',
-      'include_dirs': ["<!(node -e \"require('nan')\")"],
       'cflags': [ '-O3' ],
       'sources': [ 'src/validation.cc' ]
     },
     {
       'target_name': 'bufferutil',
-      'include_dirs': ["<!(node -e \"require('nan')\")"],
       'cflags': [ '-O3' ],
       'sources': [ 'src/bufferutil.cc' ]
     }
