From 80aef7b340e4f8cac1a765961c4f33e8fad8904f Mon Sep 17 00:00:00 2001
From: "Unknown (roddey)" <dev-null@apache.org>
Date: Wed, 15 Dec 1999 19:38:22 +0000
Subject: [PATCH] Simple fix to bit ops comments

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171473 13f79535-47bb-0310-9956-ffa450edef68
---
 src/util/BitSet.cpp | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/util/BitSet.cpp b/src/util/BitSet.cpp
index d873d3c1f..63ce7de1f 100644
--- a/src/util/BitSet.cpp
+++ b/src/util/BitSet.cpp
@@ -56,8 +56,11 @@
 
 /**
  * $Log$
- * Revision 1.1  1999/11/09 01:04:09  twl
- * Initial revision
+ * Revision 1.2  1999/12/15 19:38:22  roddey
+ * Simple fix to bit ops comments
+ *
+ * Revision 1.1.1.1  1999/11/09 01:04:09  twl
+ * Initial checkin
  *
  * Revision 1.2  1999/11/08 20:45:05  rahul
  * Swat for adding in Product name and CVS comment log variable.
@@ -68,7 +71,6 @@
 // ---------------------------------------------------------------------------
 //  Includes
 // ---------------------------------------------------------------------------
-#include <util/XML4CDefs.hpp>
 #include <util/IllegalArgumentException.hpp>
 #include <util/ArrayIndexOutOfBoundsException.hpp>
 #include <util/BitSet.hpp>
-- 
GitLab