From dd812a9e90e37699d8f09400f4320f7cd9572009 Mon Sep 17 00:00:00 2001
From: Tinny Ng <tng@apache.org>
Date: Tue, 16 Jul 2002 12:50:08 +0000
Subject: [PATCH] [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
---
 src/xercesc/validators/common/CMStateSet.hpp | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/xercesc/validators/common/CMStateSet.hpp b/src/xercesc/validators/common/CMStateSet.hpp
index 7322ea1b1..ac6cb5f8f 100644
--- a/src/xercesc/validators/common/CMStateSet.hpp
+++ b/src/xercesc/validators/common/CMStateSet.hpp
@@ -56,8 +56,11 @@
 
 /*
  * $Log$
- * Revision 1.1  2002/02/01 22:22:38  peiyongz
- * Initial revision
+ * Revision 1.2  2002/07/16 12:50:08  tng
+ * [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
  * hashCode() added
@@ -110,7 +113,6 @@
 #include <xercesc/util/ArrayIndexOutOfBoundsException.hpp>
 #include <xercesc/framework/XMLValidityCodes.hpp>
 #include <string.h>
-#include <memory.h>
 
 
 class CMStateSet
-- 
GitLab