[sword-svn] r421 - trunk

chrislit at crosswire.org chrislit at crosswire.org
Wed Jan 4 02:02:04 MST 2006


Author: chrislit
Date: 2006-01-04 02:01:54 -0700 (Wed, 04 Jan 2006)
New Revision: 421

Modified:
   trunk/ModVisFrm.h
   trunk/RxRichEditX.cpp
   trunk/biblecsmgr.cpp
   trunk/mainfrm.h
   trunk/optionfrm.cpp
   trunk/paraldisp.cpp
   trunk/swdisprtfchap.cpp
   trunk/vrslstfrm.cpp
Log:
Added necessary header files

Modified: trunk/ModVisFrm.h
===================================================================
--- trunk/ModVisFrm.h	2005-11-07 20:35:13 UTC (rev 420)
+++ trunk/ModVisFrm.h	2006-01-04 09:01:54 UTC (rev 421)
@@ -12,6 +12,7 @@
 #include <ExtCtrls.hpp>
 #include <swconfig.h>
 #include <swmgr.h>
+#include <swmodule.h>
 #include <ComCtrls.hpp>
 
 using namespace sword;

Modified: trunk/RxRichEditX.cpp
===================================================================
--- trunk/RxRichEditX.cpp	2005-11-07 20:35:13 UTC (rev 420)
+++ trunk/RxRichEditX.cpp	2006-01-04 09:01:54 UTC (rev 421)
@@ -13,6 +13,7 @@
 #include <unicodertf.h>
 #include <utilxml.h>
 #include <utilstr.h>
+#include <stringmgr.h>
 
 char TRxRichEditX::platformID = 0;
 

Modified: trunk/biblecsmgr.cpp
===================================================================
--- trunk/biblecsmgr.cpp	2005-11-07 20:35:13 UTC (rev 420)
+++ trunk/biblecsmgr.cpp	2006-01-04 09:01:54 UTC (rev 421)
@@ -1,6 +1,7 @@
 //---------------------------------------------------------------------------
 #include "BibleCSMGR.h"
 #include <swconfig.h>
+#include <swlog.h>
 #include <markupfiltmgr.h>
 #ifdef _ICU_
 //#include <utf8arshaping.h>

Modified: trunk/mainfrm.h
===================================================================
--- trunk/mainfrm.h	2005-11-07 20:35:13 UTC (rev 420)
+++ trunk/mainfrm.h	2006-01-04 09:01:54 UTC (rev 421)
@@ -14,6 +14,8 @@
 #include <regex.h>
 #include <listkey.h>
 #include <swgenbook.h>
+#include <versekey.h>
+#include <treekeyidx.h>
 #include "swdisprtfchap.h"
 #include "paraldisp.h"
 #include <AppEvnts.hpp>

Modified: trunk/optionfrm.cpp
===================================================================
--- trunk/optionfrm.cpp	2005-11-07 20:35:13 UTC (rev 420)
+++ trunk/optionfrm.cpp	2006-01-04 09:01:54 UTC (rev 421)
@@ -3,6 +3,7 @@
 #pragma hdrstop
 
 #include <localemgr.h>
+#include <swlocale.h>
 #include <list>
 #include <dirent.h>
 #include <io.h>

Modified: trunk/paraldisp.cpp
===================================================================
--- trunk/paraldisp.cpp	2005-11-07 20:35:13 UTC (rev 420)
+++ trunk/paraldisp.cpp	2006-01-04 09:01:54 UTC (rev 421)
@@ -6,6 +6,7 @@
 #include "paraldisp.h"
 #include <winbase.h>
 #include <unicodertf.h>
+#include <versekey.h>
 
 using namespace std;
 

Modified: trunk/swdisprtfchap.cpp
===================================================================
--- trunk/swdisprtfchap.cpp	2005-11-07 20:35:13 UTC (rev 420)
+++ trunk/swdisprtfchap.cpp	2006-01-04 09:01:54 UTC (rev 421)
@@ -6,6 +6,8 @@
 #include "swdisprtfchap.h"
 #include <winbase.h>
 #include <unicodertf.h>
+#include <versekey.h>
+#include <stdio.h>
 
 #include <sys/stat.h>
 #include <fcntl.h>

Modified: trunk/vrslstfrm.cpp
===================================================================
--- trunk/vrslstfrm.cpp	2005-11-07 20:35:13 UTC (rev 420)
+++ trunk/vrslstfrm.cpp	2006-01-04 09:01:54 UTC (rev 421)
@@ -7,6 +7,7 @@
 #include "PrintFrm.h"
 #include <io.h>
 #include <localemgr.h>
+#include <filemgr.h>
 //---------------------------------------------------------------------------
 #pragma package(smart_init)
 #pragma resource "*.dfm"



More information about the sword-cvs mailing list