comment out more unused includes, to be removed entirely if this doesn't break on known platforms

This commit is contained in:
Brian Cox 2019-08-17 14:57:00 -07:00
parent 9f2f18ed92
commit 97ef149c40
1 changed files with 4 additions and 4 deletions

View File

@ -46,12 +46,12 @@
#include "core/file.h"
#include <stdio.h>
//#include <stdio.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
//#include <sys/types.h>
//#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>
//#include <errno.h>
#if HAVE_SYS_FS_VX_IOCTL_H
#include <sys/fs/vx_ioctl.h>