]> wimlib.net Git - wimlib/blobdiff - src/textfile.c
header cleanups
[wimlib] / src / textfile.c
index 01c3959289e6045fc68d47e6b42159b358cc2fd7..9bd9b6a770f1d846ce4cdeac3c7b9d131ddba74a 100644 (file)
 #  include "config.h"
 #endif
 
-#include "wimlib/encoding.h"
-#include "wimlib/error.h"
-#include "wimlib/file_io.h"
-#include "wimlib/textfile.h"
-#include "wimlib/util.h"
-
 #include <ctype.h>
 #include <errno.h>
 #include <fcntl.h>
 #include <sys/stat.h>
 #include <unistd.h>
 
+#include "wimlib/encoding.h"
+#include "wimlib/error.h"
+#include "wimlib/file_io.h"
+#include "wimlib/textfile.h"
+#include "wimlib/util.h"
+
 static int
 read_file_contents(const tchar *path, void **buf_ret, size_t *bufsize_ret)
 {