Leftovers from when the mkdir replacement was converted to be LGPL.
* lib/mkdir.c (includes): Drop unused header.
Reported by John W. Eaton.
Signed-off-by: Eric Blake <ebb9@byu.net>
+2010-01-05 Eric Blake <ebb9@byu.net>
+
+ mkdir: avoid xalloc
+ * lib/mkdir.c (includes): Drop unused header.
+ Reported by John W. Eaton.
+
2010-01-04 Jim Meyering <meyering@redhat.com>
nl_langinfo: avoid configure-time syntax error
#include <string.h>
#include "dirname.h"
-#include "xalloc.h"
/* Disable the definition of mkdir to rpl_mkdir (from the <sys/stat.h>
substitute) in this file. Otherwise, we'd get an endless recursion. */