]> wimlib.net Git - wimlib/blobdiff - src/ntfs-3g_capture.c
LZMS compression: a few minor cleanups
[wimlib] / src / ntfs-3g_capture.c
index 22b9e55422497ae85e5a45a375863d6b806482f0..0417b0b8c5249b3bca3ef09e0d11e7b8850f125d 100644 (file)
 #ifdef WITH_NTFS_3G
 
 #include <errno.h>
-#include <stdlib.h>
-
-#ifdef HAVE_ALLOCA_H
-#  include <alloca.h>
-#endif
 
 #include <ntfs-3g/attrib.h>
 #include <ntfs-3g/reparse.h>
 #include <ntfs-3g/security.h>
 #include <ntfs-3g/volume.h>
 
+#include "wimlib/alloca.h"
 #include "wimlib/assert.h"
 #include "wimlib/capture.h"
 #include "wimlib/dentry.h"