[sword-cvs] sword/src/modules/common lzsscomprs.cpp,1.8,1.9 rawstr.cpp,1.38,1.39 rawstr4.cpp,1.20,1.21 rawverse.cpp,1.30,1.31 sapphire.cpp,1.14,1.15 swcipher.cpp,1.7,1.8 swcomprs.cpp,1.7,1.8 zipcomprs.cpp,1.9,1.10 zstr.cpp,1.19,1.20 zverse.cpp,1.29,1.30

sword@www.crosswire.org sword@www.crosswire.org
Thu, 26 Jun 2003 18:41:11 -0700


Update of /usr/local/cvsroot/sword/src/modules/common
In directory www:/tmp/cvs-serv19920/src/modules/common

Modified Files:
	lzsscomprs.cpp rawstr.cpp rawstr4.cpp rawverse.cpp 
	sapphire.cpp swcipher.cpp swcomprs.cpp zipcomprs.cpp zstr.cpp 
	zverse.cpp 
Log Message:
no message

Index: lzsscomprs.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/modules/common/lzsscomprs.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** lzsscomprs.cpp	1 Oct 2002 19:52:40 -0000	1.8
--- lzsscomprs.cpp	27 Jun 2003 01:41:07 -0000	1.9
***************
*** 4,9 ****
   */
  
- #include <string.h>
  #include <stdlib.h>
  #include <lzsscomprs.h>
  
--- 4,9 ----
   */
  
  #include <stdlib.h>
+ #include <string.h>
  #include <lzsscomprs.h>
  

Index: rawstr.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/modules/common/rawstr.cpp,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** rawstr.cpp	22 Jun 2003 23:50:23 -0000	1.38
--- rawstr.cpp	27 Jun 2003 01:41:07 -0000	1.39
***************
*** 17,21 ****
  #endif
  
- #include <string.h>
  #include <stdlib.h>
  #include <utilfuns.h>
--- 17,20 ----

Index: rawstr4.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/modules/common/rawstr4.cpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** rawstr4.cpp	22 Jun 2003 23:50:23 -0000	1.20
--- rawstr4.cpp	27 Jun 2003 01:41:07 -0000	1.21
***************
*** 16,20 ****
  #endif
  
- #include <string.h>
  #include <stdlib.h>
  #include <utilfuns.h>
--- 16,19 ----

Index: rawverse.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/modules/common/rawverse.cpp,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** rawverse.cpp	25 Feb 2003 04:12:47 -0000	1.30
--- rawverse.cpp	27 Jun 2003 01:41:07 -0000	1.31
***************
*** 19,23 ****
  #endif
  
- #include <string.h>
  #include <utilfuns.h>
  #include <rawverse.h>
--- 19,22 ----

Index: sapphire.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/modules/common/sapphire.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** sapphire.cpp	1 Oct 2002 19:52:40 -0000	1.14
--- sapphire.cpp	27 Jun 2003 01:41:07 -0000	1.15
***************
*** 25,32 ****
  #endif
  
- #ifdef _WIN32_WCE
- #include <string.h>
- #endif
- 
  #include "sapphire.h"
  
--- 25,28 ----

Index: swcipher.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/modules/common/swcipher.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** swcipher.cpp	31 Mar 2003 00:14:14 -0000	1.7
--- swcipher.cpp	27 Jun 2003 01:41:07 -0000	1.8
***************
*** 4,9 ****
   */
  
- #include <string.h>
  #include <stdlib.h>
  #include <swcipher.h>
  
--- 4,9 ----
   */
  
  #include <stdlib.h>
+ #include <string.h>
  #include <swcipher.h>
  

Index: swcomprs.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/modules/common/swcomprs.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** swcomprs.cpp	1 Oct 2002 19:52:40 -0000	1.7
--- swcomprs.cpp	27 Jun 2003 01:41:07 -0000	1.8
***************
*** 4,9 ****
   */
  
- #include <string.h>
  #include <stdlib.h>
  #include <swcomprs.h>
  
--- 4,9 ----
   */
  
  #include <stdlib.h>
+ #include <string.h>
  #include <swcomprs.h>
  

Index: zipcomprs.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/modules/common/zipcomprs.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** zipcomprs.cpp	1 Oct 2002 19:52:40 -0000	1.9
--- zipcomprs.cpp	27 Jun 2003 01:41:07 -0000	1.10
***************
*** 4,10 ****
   */
  
- #include <string.h>
- #include <string>
  #include <stdlib.h>
  #include <stdio.h>
  #include <zipcomprs.h>
--- 4,9 ----
   */
  
  #include <stdlib.h>
+ #include <string.h>
  #include <stdio.h>
  #include <zipcomprs.h>

Index: zstr.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/modules/common/zstr.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** zstr.cpp	22 Jun 2003 23:50:23 -0000	1.19
--- zstr.cpp	27 Jun 2003 01:41:07 -0000	1.20
***************
*** 15,19 ****
  #endif
  
- #include <string.h>
  #include <stdlib.h>
  #include <utilfuns.h>
--- 15,18 ----

Index: zverse.cpp
===================================================================
RCS file: /usr/local/cvsroot/sword/src/modules/common/zverse.cpp,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** zverse.cpp	26 Feb 2003 04:49:12 -0000	1.29
--- zverse.cpp	27 Jun 2003 01:41:07 -0000	1.30
***************
*** 19,23 ****
  #endif
  
- #include <string.h>
  #include <utilfuns.h>
  #include <versekey.h>
--- 19,22 ----