]> wimlib.net Git - wimlib/blobdiff - src/update_image.c
header cleanups
[wimlib] / src / update_image.c
index d5e0c787a30e787f6b59d99a9847ec6d0aaf8eb9..b973c21d8a896ac1d4b28ba570f9bf197c144fb3 100644 (file)
 #  include "config.h"
 #endif
 
+#include <errno.h>
+#include <string.h>
+#include <sys/stat.h>
+
+#include "wimlib/alloca.h"
 #include "wimlib/assert.h"
 #include "wimlib/capture.h"
 #include "wimlib/dentry.h"
 #include "wimlib/progress.h"
 #include "wimlib/xml.h"
 
-#include <errno.h>
-#include <sys/stat.h>
-#include <stdlib.h>
-
-#ifdef HAVE_ALLOCA_H
-#  include <alloca.h>
-#endif
-
 /* Saved specification of a "primitive" update operation that was performed.  */
 struct update_primitive {
        enum {