X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Ftextfile.c;h=9bd9b6a770f1d846ce4cdeac3c7b9d131ddba74a;hp=01c3959289e6045fc68d47e6b42159b358cc2fd7;hb=d31b2fee211b1c31420bafe1c2379f6f89bd92fe;hpb=7251c7d0afac3b738dda1c4f45e6d3d3090f2622 diff --git a/src/textfile.c b/src/textfile.c index 01c39592..9bd9b6a7 100644 --- a/src/textfile.c +++ b/src/textfile.c @@ -23,12 +23,6 @@ # 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 #include #include @@ -36,6 +30,12 @@ #include #include +#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) {