]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
libexport.a: xtab.c no longer needs #include xmalloc.h
authorChuck Lever <chuck.lever@oracle.com>
Wed, 12 Dec 2012 15:30:25 +0000 (10:30 -0500)
committerSteve Dickson <steved@redhat.com>
Wed, 12 Dec 2012 15:32:28 +0000 (10:32 -0500)
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
support/export/xtab.c

index 2a43193c35a15345c053b005e46cf45eadabfe1b..e953071ea901dfc0c9ff0c03946acf98471f11a1 100644 (file)
@@ -14,7 +14,7 @@
 #include <unistd.h>
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
 #include <stdlib.h>
 #include <string.h>
-#include "xmalloc.h"
+
 #include "nfslib.h"
 #include "exportfs.h"
 #include "xio.h"
 #include "nfslib.h"
 #include "exportfs.h"
 #include "xio.h"