diff --git a/src/xercesc/util/Makefile.in b/src/xercesc/util/Makefile.in
index fab465108e4a77e2f43fd693ee1fe9fd6e99b6df..2c06041fca18734ade61617a7bb9348b1d6e7cd6 100644
--- a/src/xercesc/util/Makefile.in
+++ b/src/xercesc/util/Makefile.in
@@ -55,6 +55,9 @@
 #
 #
 # $Log$
+# Revision 1.33  2003/04/21 16:15:10  knoaman
+# Remove MemoryManagerImpl.
+#
 # Revision 1.32  2003/04/21 15:58:07  knoaman
 # Add MemoryManagerImpl.
 #
@@ -481,7 +484,6 @@ UTIL_CPP_PUBHEADERS = \
     KeyRefPair.hpp \
     KeyValuePair.hpp \
     KVStringPair.hpp \
-    MemoryManagerImpl.hpp \
     Mutexes.hpp \
     NameIdPool.hpp \
     NoDefTranscoderException.hpp \
@@ -586,7 +588,6 @@ UTIL_CPP_OBJECTS = \
     HeaderDummy.$(TO) \
     HexBin.$(TO) \
     KVStringPair.$(TO) \
-    MemoryManagerImpl.$(TO) \
     Mutexes.$(TO) \
     PanicHandler.$(TO) \
     PlatformUtils.$(TO) \