Move zfs_config.h include to command line -include

Remove the few places in the code where zfs_config.h is included.
It is now added to the gcc compile line to ensure the config results
This commit is contained in:
Brian Behlendorf 2010-03-23 14:54:00 -07:00
parent ff4507b28e
commit ee2a998f37
1 changed files with 0 additions and 2 deletions

View File

@ -29,8 +29,6 @@
#ifndef _LIBSPL_UNISTD_H
#define _LIBSPL_UNISTD_H
#include <zfs_config.h>
#if !defined(HAVE_IOCTL_IN_UNISTD_H)
# if defined(HAVE_IOCTL_IN_SYS_IOCTL_H)
# include <sys/ioctl.h>