Remove duplicate include of sys/zfeature.h in dmu_objset.c

Reviewed-by: Ryan Moeller <ryan@ixsystems.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Allan Jude <allan@klarasystems.com>
Closes #10636
This commit is contained in:
Allan Jude 2020-07-31 12:04:45 -04:00 committed by GitHub
parent 4cf6f10714
commit eabf270b2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@
/* Portions Copyright 2010 Robert Milkowski */ /* Portions Copyright 2010 Robert Milkowski */
#include <sys/zfeature.h>
#include <sys/cred.h> #include <sys/cred.h>
#include <sys/zfs_context.h> #include <sys/zfs_context.h>
#include <sys/dmu_objset.h> #include <sys/dmu_objset.h>