Remove duplicated include in src/hdaccess.c

This commit is contained in:
Christophe Grenier 2009-01-22 19:22:24 +01:00
parent 05d442468b
commit 6b1a5e44c2

View file

@ -66,9 +66,6 @@
#ifdef HAVE_SYS_DKIO_H
#include <sys/dkio.h>
#endif
#ifdef HAVE_SYS_STAT_H
#include <sys/stat.h>
#endif
/* linux/fs.h may not be needed because sys/mount.h is present */
/* #ifdef HAVE_LINUX_FS_H */
/* #include <linux/fs.h> */