neatogen: remove duplicate declaration of in_poly in neatosplines.c
The in_poly function is already declared in lib/pathplan/pathutil.h.
Without this change, an upcoming commit that adds dllimport/dllexport
storage-class attribute declarations in lib/pathplan/pathutil.h would
cause the following warning for the duplicate definition: