Include <stdlib.h> and <string.h> via xmldef.h

This commit is contained in:
James Clark 1998-11-24 07:39:10 +00:00
parent b2eb817999
commit f603b68156
3 changed files with 3 additions and 7 deletions

View file

@ -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

View file

@ -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"

View file

@ -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. */