X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fxml.c;h=22966e0e466d7b7f5560ce7a32abba30f1c05294;hp=382500597164321ec3e0b5e172c58a811d5131ce;hb=f18b7fc3361c4daac0ddd104af65a8eff8466fec;hpb=4bdcbacffa3e83e344cd53d9d56974dc64dd1eed diff --git a/src/xml.c b/src/xml.c index 38250059..22966e0e 100644 --- a/src/xml.c +++ b/src/xml.c @@ -25,6 +25,12 @@ # include "config.h" #endif +#include +#include +#include +#include +#include + #include "wimlib/assert.h" #include "wimlib/dentry.h" #include "wimlib/encoding.h" @@ -37,14 +43,6 @@ #include "wimlib/xml.h" #include "wimlib/write.h" -#include -#include -#include -#include -#include -#include -#include - /* Structures used to form an in-memory representation of the XML data (other * than the raw parse tree from libxml). */