mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-05 13:14:59 +00:00
Include <stdlib.h> and <string.h> via xmldef.h
This commit is contained in:
parent
b2eb817999
commit
f603b68156
3 changed files with 3 additions and 7 deletions
|
@ -18,9 +18,6 @@ James Clark. All Rights Reserved.
|
|||
Contributor(s):
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "xmldef.h"
|
||||
|
||||
#ifdef XML_UNICODE_WCHAR_T
|
||||
|
|
|
@ -18,10 +18,6 @@ James Clark. All Rights Reserved.
|
|||
Contributor(s):
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include "xmldef.h"
|
||||
#include "xmlparse.h"
|
||||
|
||||
|
|
|
@ -18,6 +18,9 @@ James Clark. All Rights Reserved.
|
|||
Contributor(s):
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
/* This file can be used for any definitions needed in
|
||||
particular environments. */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue