]> wimlib.net Git - wimlib/blobdiff - include/wimlib/file_io.h
header cleanups
[wimlib] / include / wimlib / file_io.h
index 549dc5e43392f7a360ce4feaab25df01382ed6e9..34c9d40b2bdd268e0bc63d0056613eada6d5ace7 100644 (file)
@@ -1,9 +1,9 @@
 #ifndef _WIMLIB_FILE_IO_H
 #define _WIMLIB_FILE_IO_H
 
+#include <stdbool.h>
 #include <stddef.h>
 #include <sys/types.h>
-#include <stdbool.h>
 
 /* Wrapper around a file descriptor that keeps track of offset (including in
  * pipes, which don't support lseek()) and a cached flag that tells whether the