From: Chuck Lever Date: Wed, 12 Dec 2012 15:26:59 +0000 (-0500) Subject: mountd: cache.c no longer needs #include xmalloc.h X-Git-Tag: debian/1%1.2.8-1~11^2^2~44 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=768ab6039b53d767158c50bcc5fceb2ec2516a8a mountd: cache.c no longer needs #include xmalloc.h Signed-off-by: Chuck Lever Signed-off-by: Steve Dickson --- diff --git a/utils/mountd/cache.c b/utils/mountd/cache.c index c13f305..c264e14 100644 --- a/utils/mountd/cache.c +++ b/utils/mountd/cache.c @@ -29,7 +29,6 @@ #include "nfslib.h" #include "exportfs.h" #include "mountd.h" -#include "xmalloc.h" #include "fsloc.h" #include "pseudoflavors.h"