summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/glusterfs/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfs/src/glusterfs/compat.h')
-rw-r--r--libglusterfs/src/glusterfs/compat.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libglusterfs/src/glusterfs/compat.h b/libglusterfs/src/glusterfs/compat.h
index 9374b79f9af..d2686499973 100644
--- a/libglusterfs/src/glusterfs/compat.h
+++ b/libglusterfs/src/glusterfs/compat.h
@@ -40,10 +40,6 @@
#define GF_XATTR_NAME_MAX XATTR_NAME_MAX
#endif /* GF_LINUX_HOST_OS */
-#ifdef HAVE_XATTR_H
-#include <sys/xattr.h>
-#endif
-
/*
* Define the fallocate flags in case we do not have the header. This also
* accounts for older systems that do not define FALLOC_FL_PUNCH_HOLE.