Update of /cvsroot/mahogany/M/src/modules
In directory sc8-pr-cvs1:/tmp/cvs-serv9700/src/modules
Modified Files:
BareBonesEditor.cpp Calendar.cpp Filters.cpp HtmlViewer.cpp
LayoutEditor.cpp LayoutViewer.cpp Mdummy.cpp Migrate.cpp
NetscapeImporter.cpp PineImport.cpp TextViewer.cpp
XFMailImport.cpp
Log Message:
Cleanup of #include dependecies, stage one
Index: BareBonesEditor.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/BareBonesEditor.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -b -u -2 -r1.9 -r1.10
--- BareBonesEditor.cpp 13 Sep 2003 14:32:38 -0000 1.9
+++ BareBonesEditor.cpp 15 Sep 2003 17:01:40 -0000 1.10
@@ -23,18 +23,8 @@
#ifndef USE_PCH
- #include "Mcommon.h"
- #include "strutil.h"
+# include "Mcommon.h"
- #include <wx/textctrl.h>
- #include <wx/panel.h>
- #include <wx/button.h>
- #include <wx/sizer.h>
+# include <wx/sizer.h>
#endif // USE_PCH
-
-#include <wx/notebook.h>
-#include <wx/listctrl.h>
-#include <wx/imaglist.h>
-
-#include <wx/fontutil.h> // for wxNativeFontInfo
#include "Composer.h"
Index: Calendar.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/Calendar.cpp,v
retrieving revision 1.42
retrieving revision 1.43
diff -b -u -2 -r1.42 -r1.43
--- Calendar.cpp 14 Aug 2003 21:35:35 -0000 1.42
+++ Calendar.cpp 15 Sep 2003 17:01:40 -0000 1.43
@@ -14,10 +14,5 @@
#ifndef USE_PCH
-# include "Mconfig.h"
# include "Mcommon.h"
-# include "MDialogs.h"
-# include "Mdefaults.h"
-# include "gui/wxMenuDefs.h"
-# include "MMainFrame.h"
# include <wx/stattext.h>
@@ -26,28 +21,14 @@
# include <wx/statusbr.h>
# include <wx/statbox.h>
-#ifdef __CYGWIN__
-# include <wx/timer.h>
-#endif
#endif
-#include "MModule.h"
#include "modules/Calendar.h"
-#include "Mversion.h"
-#include "MInterface.h"
-#include "Message.h"
-
#include "UIdArray.h"
-#include "ASMailFolder.h"
#include "HeaderInfo.h"
-#include "Message.h"
-#include "SendMessage.h"
-
-#include "gui/wxDialogLayout.h"
#include "gui/wxOptionsDlg.h"
#include "gui/wxOptionsPage.h"
-#include "gui/wxMDialogs.h"
#include "gui/wxMainFrame.h"
@@ -56,7 +37,4 @@
#include <wx/textdlg.h>
-#include <wx/persctrl.h>
-
-#include "gui/wxDialogLayout.h"
#include "MHelp.h"
@@ -165,5 +143,4 @@
};
-#include <wx/dynarray.h>
WX_DEFINE_ARRAY(AlarmInfo *, AlarmList);
Index: Filters.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/Filters.cpp,v
retrieving revision 1.149
retrieving revision 1.150
diff -b -u -2 -r1.149 -r1.150
--- Filters.cpp 17 Aug 2003 15:26:00 -0000 1.149
+++ Filters.cpp 15 Sep 2003 17:01:40 -0000 1.150
@@ -35,16 +35,5 @@
#ifndef USE_PCH
# include "Mcommon.h"
-# include "Message.h"
-# include "MailFolder.h"
#endif
-
-#include "MModule.h"
-#include "MInterface.h"
-#include "MPython.h"
-#include "HeaderInfo.h"
-
-#include <stdlib.h>
-#include <ctype.h>
-#include <time.h> // mktime()
#include "modules/Filters.h"
Index: HtmlViewer.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/HtmlViewer.cpp,v
retrieving revision 1.48
retrieving revision 1.49
diff -b -u -2 -r1.48 -r1.49
--- HtmlViewer.cpp 22 Jul 2003 22:01:42 -0000 1.48
+++ HtmlViewer.cpp 15 Sep 2003 17:01:40 -0000 1.49
@@ -23,23 +23,16 @@
#ifndef USE_PCH
- #include "Mcommon.h"
+# include "Mcommon.h"
- #include "Profile.h"
-
- #include "gui/wxMApp.h"
+# include "gui/wxMApp.h"
#endif // USE_PCH
-#include "Mdefaults.h"
-
-#include "MessageView.h"
#include "MessageViewer.h"
#include "ClickURL.h"
-#include <wx/dynarray.h>
-
#include <wx/fontmap.h>
#include <wx/fs_mem.h>
-#include <wx/wxhtml.h>
-#include <wx/html/htmprint.h>
+
+#include "wx/html/m_templ.h"
class HtmlViewerWindow;
@@ -195,7 +188,4 @@
// HTML_Handler_META: wxHTML handler for the <meta> tag, see EncodingChanger
// ----------------------------------------------------------------------------
-
-#include "wx/html/m_templ.h"
-#include "wx/html/htmlcell.h"
TAG_HANDLER_BEGIN(META, "META" )
Index: LayoutEditor.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/LayoutEditor.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -b -u -2 -r1.14 -r1.15
--- LayoutEditor.cpp 22 Aug 2003 13:03:51 -0000 1.14
+++ LayoutEditor.cpp 15 Sep 2003 17:01:41 -0000 1.15
@@ -25,19 +25,12 @@
#ifndef USE_PCH
- #include "Mcommon.h"
-
- #include "Profile.h"
-
- #include "gui/wxMApp.h"
+# include "Mcommon.h"
#endif // USE_PCH
#include <wx/fontutil.h> // for wxNativeFontInfo
-#include "Mdefaults.h"
-
#include "Composer.h"
#include "MessageEditor.h"
-#include "gui/wxllist.h"
#include "gui/wxlwindow.h"
#include "gui/wxlparser.h"
Index: LayoutViewer.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/LayoutViewer.cpp,v
retrieving revision 1.30
retrieving revision 1.31
diff -b -u -2 -r1.30 -r1.31
--- LayoutViewer.cpp 22 Jul 2003 22:01:42 -0000 1.30
+++ LayoutViewer.cpp 15 Sep 2003 17:01:41 -0000 1.31
@@ -25,18 +25,10 @@
#ifndef USE_PCH
- #include "Mcommon.h"
-
- #include "Profile.h"
-
- #include "gui/wxMApp.h"
+# include "Mcommon.h"
#endif // USE_PCH
-#include "Mdefaults.h"
-
-#include "MessageView.h"
#include "MessageViewer.h"
#include "ClickURL.h"
-#include "gui/wxllist.h"
#include "gui/wxlwindow.h"
#include "gui/wxlparser.h"
Index: Mdummy.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/Mdummy.cpp,v
retrieving revision 1.29
retrieving revision 1.30
diff -b -u -2 -r1.29 -r1.30
--- Mdummy.cpp 8 Jul 2000 15:17:14 -0000 1.29
+++ Mdummy.cpp 15 Sep 2003 17:01:41 -0000 1.30
@@ -14,13 +14,8 @@
#ifndef USE_PCH
-# include "Mconfig.h"
# include "Mcommon.h"
-# include "MDialogs.h"
#endif
#include "MModule.h"
-
-#include "Mversion.h"
-#include "MInterface.h"
///------------------------------
Index: Migrate.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/Migrate.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -b -u -2 -r1.16 -r1.17
--- Migrate.cpp 14 Sep 2003 16:10:51 -0000 1.16
+++ Migrate.cpp 15 Sep 2003 17:01:41 -0000 1.17
@@ -26,5 +26,5 @@
#ifndef USE_PCH
- #include "Mcommon.h"
+# include "Mcommon.h"
#include <wx/app.h> // for wxPostEvent()
@@ -37,8 +37,6 @@
#include <wx/gauge.h>
- #include <wx/checkbox.h>
#include <wx/radiobut.h>
#include <wx/stattext.h>
- #include <wx/textctrl.h>
#include <wx/msgdlg.h>
@@ -47,5 +45,4 @@
#include "MModule.h"
-#include "ASMailFolder.h"
#include "ListReceiver.h"
Index: NetscapeImporter.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/NetscapeImporter.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -b -u -2 -r1.14 -r1.15
--- NetscapeImporter.cpp 23 Jun 2003 01:23:46 -0000 1.14
+++ NetscapeImporter.cpp 15 Sep 2003 17:01:41 -0000 1.15
@@ -33,21 +33,10 @@
#include "Mcommon.h"
- #include "MFolder.h"
-
- #include <wx/log.h>
- #include <wx/file.h> // for wxFile::Exists
#include <wx/textfile.h>
#endif // USE_PCH
-#include <string.h>
-
#include <wx/dir.h>
-#include <wx/confbase.h> // for wxExpandEnvVars
#include <wx/tokenzr.h>
-#include <wx/dynarray.h>
-#include <wx/hash.h>
-#include "adb/AdbImport.h"
-#include "adb/AdbImpExp.h"
#include "MImport.h"
Index: PineImport.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/PineImport.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -b -u -2 -r1.11 -r1.12
--- PineImport.cpp 14 Sep 2002 17:02:29 -0000 1.11
+++ PineImport.cpp 15 Sep 2003 17:01:41 -0000 1.12
@@ -25,14 +25,8 @@
#ifndef USE_PCH
#include "Mcommon.h"
-
- #include "MFolder.h"
-
- #include <wx/log.h>
#endif // USE_PCH
-#include <wx/file.h> // for wxFile::Exists
#include <wx/textfile.h>
#include <wx/dir.h>
-#include <wx/confbase.h> // for wxExpandEnvVars
#include "adb/AdbImport.h"
Index: TextViewer.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/TextViewer.cpp,v
retrieving revision 1.46
retrieving revision 1.47
diff -b -u -2 -r1.46 -r1.47
--- TextViewer.cpp 22 Jul 2003 22:01:42 -0000 1.46
+++ TextViewer.cpp 15 Sep 2003 17:01:41 -0000 1.47
@@ -22,19 +22,9 @@
#ifndef USE_PCH
- #include "Mcommon.h"
+# include "Mcommon.h"
- #include "Profile.h"
-
- #include "gui/wxMApp.h"
-
- #include <wx/textctrl.h>
- #include <wx/textbuf.h>
+# include <wx/textbuf.h>
#endif // USE_PCH
-#include <wx/dynarray.h>
-
-#include "Mdefaults.h"
-
-#include "MessageView.h"
#include "MessageViewer.h"
#include "ClickURL.h"
Index: XFMailImport.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/XFMailImport.cpp,v
retrieving revision 1.22
retrieving revision 1.23
diff -b -u -2 -r1.22 -r1.23
--- XFMailImport.cpp 14 Sep 2002 17:02:29 -0000 1.22
+++ XFMailImport.cpp 15 Sep 2003 17:01:41 -0000 1.23
@@ -24,13 +24,8 @@
#include "Mcommon.h"
- #include "MFolder.h"
-
- #include <wx/log.h>
- #include <wx/file.h> // for wxFile::Exists
#include <wx/textfile.h>
#endif // USE_PCH
#include <wx/dir.h>
-#include <wx/confbase.h> // for wxExpandEnvVars
#include <wx/tokenzr.h>
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates