c_src: update with new intern methods
[nit.git] / c_src / file_nit.h
index 6d7967f..1f5b183 100644 (file)
 #include <stdio.h>
 #include <sys/types.h>
 
-#ifndef NONITCNI
-#include <file._nitni.h>
-
-Set String_files___impl( String recv );
-#endif
-
 extern int string_NativeString_NativeString_file_exists_0(char *f);
 extern void *string_NativeString_NativeString_file_stat_0(char *f);
 extern void *file_NativeFile_NativeFile_file_stat_0(FILE *f);