Skip to content
Snippets Groups Projects
Commit dd812a9e authored by Tinny Ng's avatar Tinny Ng
Browse files

[Bug 10651] CMStateSet.hpp includes both memory.h and string.h.

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@174010 13f79535-47bb-0310-9956-ffa450edef68
parent ea44650a
No related branches found
No related tags found
No related merge requests found
...@@ -56,8 +56,11 @@ ...@@ -56,8 +56,11 @@
/* /*
* $Log$ * $Log$
* Revision 1.1 2002/02/01 22:22:38 peiyongz * Revision 1.2 2002/07/16 12:50:08 tng
* Initial revision * [Bug 10651] CMStateSet.hpp includes both memory.h and string.h.
*
* Revision 1.1.1.1 2002/02/01 22:22:38 peiyongz
* sane_include
* *
* Revision 1.5 2001/08/16 21:51:43 peiyongz * Revision 1.5 2001/08/16 21:51:43 peiyongz
* hashCode() added * hashCode() added
...@@ -110,7 +113,6 @@ ...@@ -110,7 +113,6 @@
#include <xercesc/util/ArrayIndexOutOfBoundsException.hpp> #include <xercesc/util/ArrayIndexOutOfBoundsException.hpp>
#include <xercesc/framework/XMLValidityCodes.hpp> #include <xercesc/framework/XMLValidityCodes.hpp>
#include <string.h> #include <string.h>
#include <memory.h>
class CMStateSet class CMStateSet
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment