diff --git a/src/xml.c b/src/xml.c index f149005..0b57396 100644 --- a/src/xml.c +++ b/src/xml.c @@ -20,6 +20,8 @@ * * 3. This notice may not be removed or altered from any source distribution. */ +#include "xml.h" + #ifdef XML_PARSER_VERBOSE #include #endif @@ -34,7 +36,6 @@ #include #include #include -#include "xml.h" diff --git a/src/xml.h b/src/xml.h index 6217a12..688a4be 100644 --- a/src/xml.h +++ b/src/xml.h @@ -27,9 +27,10 @@ /** * Includes */ +#include #include +#include #include -#include #ifdef __cplusplus extern "C" {