Removed obsolete 'node.i'.

This commit is contained in:
Oliver Buchtala 2014-04-26 22:25:09 +02:00
commit e8ef490716

View file

@ -1,12 +0,0 @@
%insert("begin") %{
#ifndef BUILDING_NODE_EXTENSION
#define BUILDING_NODE_EXTENSION
#endif
%}
%insert("runtime") %{
// we are including relative to the src folder because of issues
// with other files which might be named "node.h"
#include <src/node.h>
%}