From: Chuck Lever Date: Wed, 12 Dec 2012 15:30:25 +0000 (-0500) Subject: libexport.a: xtab.c no longer needs #include xmalloc.h X-Git-Tag: debian/1%1.2.8-1~11^2^2~42 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=3d0b8f58fbfa6e17c9b7ec7f73b5a3bb1fa81bcc;hp=a36bdceb99f6f08c6a0659d2cb38a7bbd4871220;ds=sidebyside libexport.a: xtab.c no longer needs #include xmalloc.h Signed-off-by: Chuck Lever Signed-off-by: Steve Dickson --- diff --git a/support/export/xtab.c b/support/export/xtab.c index 2a43193..e953071 100644 --- a/support/export/xtab.c +++ b/support/export/xtab.c @@ -14,7 +14,7 @@ #include #include #include -#include "xmalloc.h" + #include "nfslib.h" #include "exportfs.h" #include "xio.h"