library: remove unused includes in nsutils.c

The <stdio_ext.h> include breaks building on platforms without that header and is unused in nsutils.c.

Also remove unused but harmless <error.h> include.
This commit is contained in:
Fredrik Fornwall 2014-07-06 16:10:34 +02:00 committed by Jaromir Capik
parent 29b27fb282
commit 41f7ff3ea8

View File

@ -1,6 +1,4 @@
#include <errno.h>
#include <error.h>
#include <stdio_ext.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>