Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b3d30e commit d413c50Copy full SHA for d413c50
1 file changed
Modules/expat/xmltok.c
@@ -42,16 +42,16 @@
42
USE OR OTHER DEALINGS IN THE SOFTWARE.
43
*/
44
45
-#include <stddef.h>
46
-#include <string.h> /* memcpy */
47
-#include <stdbool.h>
48
-
49
#ifdef _WIN32
50
# include "winconfig.h"
51
#endif
52
53
#include <expat_config.h>
54
+#include <stddef.h>
+#include <string.h> /* memcpy */
+#include <stdbool.h>
+
55
#include "expat_external.h"
56
#include "internal.h"
57
#include "xmltok.h"
0 commit comments