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
@@ -1,8 +1,6 @@
 {'targets': [{'cflags': ['-O3'],
-              'include_dirs': ['<!(node -e "require(\'nan\')")'],
               'sources': ['src/bufferutil.cc'],
               'target_name': 'bufferutil'},
              {'cflags': ['-O3'],
-              'include_dirs': ['<!(node -e "require(\'nan\')")'],
               'sources': ['src/validation.cc'],
               'target_name': 'validation'}]}
