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:
parent
29b27fb282
commit
41f7ff3ea8
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user