]> wimlib.net Git - wimlib/blobdiff - src/reparse.c
header cleanups
[wimlib] / src / reparse.c
index cf9fc686139696980cb9e17145430f7f836e6619..ff46e9b1061d683469e00b1718d3e871258c70ad 100644 (file)
@@ -23,6 +23,9 @@
 #  include "config.h"
 #endif
 
+#include <errno.h>
+
+#include "wimlib/alloca.h"
 #include "wimlib/assert.h"
 #include "wimlib/compiler.h"
 #include "wimlib/endianness.h"
 #include "wimlib/reparse.h"
 #include "wimlib/resource.h"
 
-#ifdef HAVE_ALLOCA_H
-#  include <alloca.h>
-#endif
-#include <errno.h>
-#include <stdlib.h>
-
 /*
  * Read the data from a symbolic link, junction, or mount point reparse point
  * buffer into a `struct reparse_data'.