[sword-svn] r2792 - in trunk: include src/modules/comments/zcom

chrislit at crosswire.org chrislit at crosswire.org
Sat Mar 16 16:20:35 MST 2013


Author: chrislit
Date: 2013-03-16 16:20:35 -0700 (Sat, 16 Mar 2013)
New Revision: 2792

Modified:
   trunk/include/zverse.h
   trunk/src/modules/comments/zcom/zcom.cpp
Log:
reverted last commit; moved swbuf.h include to zcom.cpp

Modified: trunk/include/zverse.h
===================================================================
--- trunk/include/zverse.h	2013-03-16 22:26:14 UTC (rev 2791)
+++ trunk/include/zverse.h	2013-03-16 23:20:35 UTC (rev 2792)
@@ -9,12 +9,12 @@
 #define ZVERSE_H
 
 #include <defs.h>
-#include <swbuf.h>
 
 SWORD_NAMESPACE_START
 
 class FileDesc;
 class SWCompress;
+class SWBuf;
 
 class SWDLLEXPORT zVerse {
 	SWCompress *compressor;

Modified: trunk/src/modules/comments/zcom/zcom.cpp
===================================================================
--- trunk/src/modules/comments/zcom/zcom.cpp	2013-03-16 22:26:14 UTC (rev 2791)
+++ trunk/src/modules/comments/zcom/zcom.cpp	2013-03-16 23:20:35 UTC (rev 2792)
@@ -23,6 +23,7 @@
 #include <stdio.h>
 #include <fcntl.h>
 
+#include <swbuf.h>
 #include <zverse.h>
 #include <versekey.h>
 #include <zcom.h>




More information about the sword-cvs mailing list