X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Freparse.c;h=ff46e9b1061d683469e00b1718d3e871258c70ad;hp=cf9fc686139696980cb9e17145430f7f836e6619;hb=ba9577d39906b70c591e4d898d5f05ca909d59e1;hpb=3071e89c11d1be71cf45b694432e5908e0c4ded9 diff --git a/src/reparse.c b/src/reparse.c index cf9fc686..ff46e9b1 100644 --- a/src/reparse.c +++ b/src/reparse.c @@ -23,6 +23,9 @@ # include "config.h" #endif +#include + +#include "wimlib/alloca.h" #include "wimlib/assert.h" #include "wimlib/compiler.h" #include "wimlib/endianness.h" @@ -33,12 +36,6 @@ #include "wimlib/reparse.h" #include "wimlib/resource.h" -#ifdef HAVE_ALLOCA_H -# include -#endif -#include -#include - /* * Read the data from a symbolic link, junction, or mount point reparse point * buffer into a `struct reparse_data'.