]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Remove duplicate include.
authorWayne Davison <wayne@opencoder.net>
Sun, 26 Sep 2021 23:28:35 +0000 (16:28 -0700)
committerWayne Davison <wayne@opencoder.net>
Sun, 26 Sep 2021 23:28:35 +0000 (16:28 -0700)
rsync.h

diff --git a/rsync.h b/rsync.h
index 2f674bc532d3b420965d649bde3bd1cf8f50eec4..13feb230576988fb24426b0b1763a2b15116000c 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -491,7 +491,6 @@ enum delret {
 #ifndef __TANDEM
 #define MAKEDEV(devmajor,devminor) makedev(devmajor,devminor)
 #else
-# include <sys/stat.h>
 # define major DEV_TO_MAJOR
 # define minor DEV_TO_MINOR
 # define MAKEDEV MAJORMINOR_TO_DEV