X-Git-Url: http://nitlanguage.org diff --git a/c_src/stream_nit.h b/c_src/stream_nit.h index b28e56a..3a4d51e 100644 --- a/c_src/stream_nit.h +++ b/c_src/stream_nit.h @@ -17,11 +17,6 @@ int stream_FDStream_FDStream_native_read_char_1(void *s, int fd); -#ifndef NONITCNI -#include -nullable_Int Object_intern_poll___impl( Object recv, Array in_fds, Array out_fds ); -#endif - #define stream_FDStream_FDStream_native_close_1(self, p0) (close(p0)) #define stream_FDStream_FDStream_native_read_3(s, i, b, l) read((i), ((b)), ((l))) #define stream_FDStream_FDStream_native_write_3(s, i, b, l) write((i), ((b)), ((l)))