diff options
author | Pavan Sondur <pavan@gluster.com> | 2009-11-03 11:08:32 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-11-03 23:01:22 -0800 |
commit | 7bd570a007202e6eb505091dba611b8320633a26 (patch) | |
tree | 2819051a7cf94e00fd488e0b11bdbd84fe298064 /libglusterfs/src/xlator.h | |
parent | 612aed4b6aab7447195c7e6715bbbf257b4c62f2 (diff) |
Remove fuse_lowlevel.h from xlator.h in libglusterfs.
Signed-off-by: Pavan Vilas Sondur <pavan@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 343 (Placeholder bug for adding volgen into rpm, bdb makefile changes, etc)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=343
Diffstat (limited to 'libglusterfs/src/xlator.h')
-rw-r--r-- | libglusterfs/src/xlator.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libglusterfs/src/xlator.h b/libglusterfs/src/xlator.h index 3fda2bc406a..d0c8ae83643 100644 --- a/libglusterfs/src/xlator.h +++ b/libglusterfs/src/xlator.h @@ -37,8 +37,6 @@ #include "compat.h" #include "list.h" -#include <fuse/fuse_lowlevel.h> - #define FIRST_CHILD(xl) (xl->children->xlator) #define GF_SET_ATTR_MODE 0x1 |