diff options
Diffstat (limited to 'libglusterfs/src/graph-print.c')
| -rw-r--r-- | libglusterfs/src/graph-print.c | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/libglusterfs/src/graph-print.c b/libglusterfs/src/graph-print.c index f9a2f6cb6f4..9eb26ef751a 100644 --- a/libglusterfs/src/graph-print.c +++ b/libglusterfs/src/graph-print.c @@ -26,7 +26,6 @@  #include "common-utils.h"  #include "xlator.h" -#include "graph-mem-types.h"  #include "graph-utils.h" @@ -180,7 +179,7 @@ glusterfs_graph_print_buf (glusterfs_graph_t *graph)          if (len == -1)                  return NULL; -        buf = GF_CALLOC (1, len + 1, gf_graph_mt_buf); +        buf = GF_CALLOC (1, len + 1, gf_common_mt_graph_buf);          if (!buf) {                  return NULL;          }  | 
