From ee2a998f37764a88f2efd3adaeb1776760f80e14 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Tue, 23 Mar 2010 14:54:00 -0700 Subject: [PATCH] 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 --- lib/libspl/include/unistd.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/libspl/include/unistd.h b/lib/libspl/include/unistd.h index 493efa81be..44173d2a43 100644 --- a/lib/libspl/include/unistd.h +++ b/lib/libspl/include/unistd.h @@ -29,8 +29,6 @@ #ifndef _LIBSPL_UNISTD_H #define _LIBSPL_UNISTD_H -#include - #if !defined(HAVE_IOCTL_IN_UNISTD_H) # if defined(HAVE_IOCTL_IN_SYS_IOCTL_H) # include