diff options
Diffstat (limited to 'xlators/features/marker/src/marker-common.h')
| -rw-r--r-- | xlators/features/marker/src/marker-common.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/xlators/features/marker/src/marker-common.h b/xlators/features/marker/src/marker-common.h index c6ca422dd6a..7f8cffe7d35 100644 --- a/xlators/features/marker/src/marker-common.h +++ b/xlators/features/marker/src/marker-common.h @@ -10,13 +10,10 @@ #ifndef _MARKER_COMMON_H #define _MARKER_COMMON_H -#include "inode.h" -#include "xlator.h" +#include <glusterfs/xlator.h> #include "marker.h" int32_t -marker_force_inode_ctx_get (inode_t *, xlator_t *, marker_inode_ctx_t **); +marker_force_inode_ctx_get(inode_t *, xlator_t *, marker_inode_ctx_t **); -int -marker_filter_quota_xattr (dict_t *, char *, data_t *, void *); #endif |
