mkdir: avoid xalloc
[pspp] / lib / mkdir.c
index 71437f838035134169142e2eab3eb8a059bde063..b117b76b53339caa268ca6b9181fc8efdc4b842f 100644 (file)
@@ -29,7 +29,6 @@
 #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.  */