]> wimlib.net Git - wimlib/blobdiff - include/wimlib/types.h
header cleanups
[wimlib] / include / wimlib / types.h
index 84b55be31f0a1030dda7a44f89c00e6233d1960c..e838e7fc2a01aebde625c35aa84c95c86b44160c 100644 (file)
@@ -1,13 +1,13 @@
 #ifndef _WIMLIB_TYPES_H
 #define _WIMLIB_TYPES_H
 
-#include "wimlib_tchar.h"
-#include "wimlib/compiler.h"
-
 #include <inttypes.h>
 #include <stdbool.h>
 #include <stddef.h>
 
+#include "wimlib_tchar.h"
+#include "wimlib/compiler.h"
+
 #ifndef _NTFS_TYPES_H
 /* Unsigned integer types of exact size in bits */
 typedef uint8_t  u8;