From: Chuck Lever <chuck.lever@oracle.com>
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/?a=commitdiff_plain;h=768ab6039b53d767158c50bcc5fceb2ec2516a8a;p=nfs-utils.git

mountd: cache.c no longer needs #include xmalloc.h

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
---

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"