mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
Removed duplicated includes
Reviewed-by: Matthew Ahrens <mahrens@delphix.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Closes #11775
This commit is contained in:
@@ -48,7 +48,6 @@
|
||||
#include <sys/mount.h>
|
||||
#include <pwd.h>
|
||||
#include <grp.h>
|
||||
#include <stddef.h>
|
||||
#include <ucred.h>
|
||||
#ifdef HAVE_IDMAP
|
||||
#include <idmap.h>
|
||||
@@ -66,7 +65,6 @@
|
||||
#include "zfs_namecheck.h"
|
||||
#include "zfs_prop.h"
|
||||
#include "libzfs_impl.h"
|
||||
#include "libzfs.h"
|
||||
#include "zfs_deleg.h"
|
||||
|
||||
static int userquota_propname_decode(const char *propname, boolean_t zoned,
|
||||
|
||||
@@ -49,7 +49,6 @@
|
||||
#include <dlfcn.h>
|
||||
#include <libzutil.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "zfs_namecheck.h"
|
||||
#include "zfs_prop.h"
|
||||
|
||||
@@ -48,7 +48,6 @@
|
||||
#include <sys/avl.h>
|
||||
#include <sys/debug.h>
|
||||
#include <sys/stat.h>
|
||||
#include <stddef.h>
|
||||
#include <pthread.h>
|
||||
#include <umem.h>
|
||||
#include <time.h>
|
||||
|
||||
Reference in New Issue
Block a user