]> wimlib.net Git - wimlib/blobdiff - src/dentry.c
header cleanups
[wimlib] / src / dentry.c
index 38b4efa60291db98cae4620e268153b1e2b8ec95..e351a65cf86b17a99e6e1b48eb302e46797c4e53 100644 (file)
@@ -58,6 +58,8 @@
 #  include "config.h"
 #endif
 
+#include <errno.h>
+
 #include "wimlib/assert.h"
 #include "wimlib/dentry.h"
 #include "wimlib/inode.h"
@@ -66,8 +68,6 @@
 #include "wimlib/metadata.h"
 #include "wimlib/paths.h"
 
-#include <errno.h>
-
 /* On-disk format of a WIM dentry (directory entry), located in the metadata
  * resource for a WIM image.  */
 struct wim_dentry_on_disk {