Update of /cvsroot/mahogany/M/src/mail
In directory sc8-pr-cvs1:/tmp/cvs-serv9700/src/mail
Modified Files:
ASMailFolder.cpp Address.cpp AddressCC.cpp HeaderInfoImpl.cpp
MFCache.cpp MFPool.cpp MFui.cpp MailFolder.cpp
MailFolderCC.cpp MailFolderCmn.cpp MailMH.cpp Message.cpp
MessageCC.cpp Pop3.cpp SendMessageCC.cpp Sorting.cpp
Threading.cpp VFolder.cpp
Log Message:
Cleanup of #include dependecies, stage one
Index: ASMailFolder.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/ASMailFolder.cpp,v
retrieving revision 1.68
retrieving revision 1.69
diff -b -u -2 -r1.68 -r1.69
--- ASMailFolder.cpp 14 Sep 2003 16:10:50 -0000 1.68
+++ ASMailFolder.cpp 15 Sep 2003 17:01:39 -0000 1.69
@@ -16,13 +16,6 @@
# include "Mcommon.h"
# include "guidef.h" // only for high-level functions
-# include "strutil.h"
-# include "Profile.h"
-# include "MEvent.h"
-# include "MApplication.h"
#endif
-#include "Mdefaults.h"
-#include "Message.h"
-
#include "Sequence.h"
#include "UIdArray.h"
@@ -30,5 +23,4 @@
#include "MSearch.h"
-#include "MailFolder.h"
#include "ASMailFolder.h"
#include "MailFolderCC.h"
Index: Address.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/Address.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -b -u -2 -r1.9 -r1.10
--- Address.cpp 16 Dec 2002 01:42:29 -0000 1.9
+++ Address.cpp 15 Sep 2003 17:01:39 -0000 1.10
@@ -33,5 +33,4 @@
#include "Address.h"
#include "Mdefaults.h"
-#include "Profile.h"
// ----------------------------------------------------------------------------
Index: AddressCC.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/AddressCC.cpp,v
retrieving revision 1.18
retrieving revision 1.19
diff -b -u -2 -r1.18 -r1.19
--- AddressCC.cpp 28 Jul 2003 19:59:23 -0000 1.18
+++ AddressCC.cpp 15 Sep 2003 17:01:39 -0000 1.19
@@ -33,5 +33,4 @@
#include "Mcclient.h"
#include "Mdefaults.h"
-#include "Profile.h"
// ----------------------------------------------------------------------------
Index: HeaderInfoImpl.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/HeaderInfoImpl.cpp,v
retrieving revision 1.90
retrieving revision 1.91
diff -b -u -2 -r1.90 -r1.91
--- HeaderInfoImpl.cpp 30 Mar 2003 21:26:55 -0000 1.90
+++ HeaderInfoImpl.cpp 15 Sep 2003 17:01:39 -0000 1.91
@@ -28,14 +28,6 @@
#ifndef USE_PCH
- #include "MailFolder.h"
-
- #include "Message.h"
-
- #include "Sorting.h"
-
#include "Mcclient.h" // need THREADNODE
#endif // USE_PCH
-
-#include "Mdefaults.h"
#include "HeaderInfoImpl.h"
Index: MFCache.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/MFCache.cpp,v
retrieving revision 1.23
retrieving revision 1.24
diff -b -u -2 -r1.23 -r1.24
--- MFCache.cpp 12 Jul 2003 18:56:48 -0000 1.23
+++ MFCache.cpp 15 Sep 2003 17:01:39 -0000 1.24
@@ -29,5 +29,4 @@
#endif // USE_PCH
-#include <wx/file.h>
#include <wx/textfile.h>
Index: MFPool.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/MFPool.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -b -u -2 -r1.7 -r1.8
--- MFPool.cpp 12 Sep 2002 02:36:50 -0000 1.7
+++ MFPool.cpp 15 Sep 2003 17:01:39 -0000 1.8
@@ -31,6 +31,4 @@
#endif // USE_PCH
-#include "MFolder.h"
-
#include "mail/Driver.h"
#include "mail/FolderPool.h"
Index: MFui.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/MFui.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -u -2 -r1.2 -r1.3
--- MFui.cpp 8 Sep 2002 19:23:11 -0000 1.2
+++ MFui.cpp 15 Sep 2003 17:01:39 -0000 1.3
@@ -27,5 +27,4 @@
#include "MFolder.h"
-#include "MailFolder.h"
// ============================================================================
Index: MailFolder.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/MailFolder.cpp,v
retrieving revision 1.299
retrieving revision 1.300
diff -b -u -2 -r1.299 -r1.300
--- MailFolder.cpp 22 Jul 2003 22:01:42 -0000 1.299
+++ MailFolder.cpp 15 Sep 2003 17:01:39 -0000 1.300
@@ -29,28 +29,13 @@
#ifndef USE_PCH
# include "Mcommon.h"
-# include "guidef.h" // only for high-level functions
# include "strutil.h"
-# include "Profile.h"
-# include "MEvent.h"
-# include "MModule.h"
-# include <stdlib.h>
-# include <errno.h>
#endif
-#include <wx/dynarray.h>
#include <wx/file.h>
#include "MDialogs.h" // for MDialog_FolderChoose
-#include "Mdefaults.h"
-#include "MFolder.h"
-
#include "Sequence.h"
-#include "Message.h"
-#include "MailFolder.h"
-
-#include "UIdArray.h"
-#include "MFStatus.h"
#include "LogCircle.h"
@@ -62,4 +47,6 @@
#include "Composer.h"
#include "MApplication.h"
+
+class MPersMsgBox;
// ----------------------------------------------------------------------------
Index: MailFolderCC.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/MailFolderCC.cpp,v
retrieving revision 1.672
retrieving revision 1.673
diff -b -u -2 -r1.672 -r1.673
--- MailFolderCC.cpp 14 Sep 2003 16:10:50 -0000 1.672
+++ MailFolderCC.cpp 15 Sep 2003 17:01:39 -0000 1.673
@@ -26,7 +26,5 @@
#ifndef USE_PCH
-# include "strutil.h"
-# include "MApplication.h"
-# include "Profile.h"
+# include "Mcommon.h"
#ifdef OS_WIN // cygwin and mingw
# include <wx/timer.h>
@@ -34,13 +32,6 @@
#endif // USE_PCH
-#include "MPython.h"
-
-#include "Mdefaults.h"
-#include "MDialogs.h"
-#include "FolderView.h"
-
#include "UIdArray.h"
-#include "MFStatus.h"
#include "MSearch.h"
#include "LogCircle.h"
@@ -51,8 +42,4 @@
#include "MessageCC.h"
-#include "MEvent.h"
-#include "ASMailFolder.h"
-#include "Mpers.h"
-
// we need "Impl" for ArrayHeaderInfo declaration
#include "HeaderInfoImpl.h"
@@ -70,5 +57,4 @@
// just to use wxFindFirstFile()/wxFindNextFile() for lockfile checking and
// wxFile::Exists() too
-#include <wx/filefn.h>
#include <wx/file.h>
@@ -82,7 +68,4 @@
# define ERROR (long) 2 // HACK - redefine again as in extra/src/c-client/mail.h
#endif
-
-#include <ctype.h> // isspace()
-#include <sys/stat.h> // struct stat
#if defined(OS_UNIX) && !defined(__CYGWIN__)
Index: MailFolderCmn.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/MailFolderCmn.cpp,v
retrieving revision 1.116
retrieving revision 1.117
diff -b -u -2 -r1.116 -r1.117
--- MailFolderCmn.cpp 14 Sep 2003 16:10:50 -0000 1.116
+++ MailFolderCmn.cpp 15 Sep 2003 17:01:40 -0000 1.117
@@ -30,17 +30,8 @@
#ifndef USE_PCH
# include "Mcommon.h"
-# include "guidef.h" // only for high-level functions
-# include "strutil.h"
-# include "Profile.h"
-# include "MEvent.h"
-# include "MApplication.h"
# include <wx/mimetype.h>
#endif // USE_PCH
-#include "Mdefaults.h"
-
-#include "MPython.h"
-
#include "Sequence.h"
#include "UIdArray.h"
@@ -48,12 +39,8 @@
#include "MSearch.h"
-#include "MFolder.h"
#include "MFilter.h"
#include "modules/Filters.h"
-#include "MDialogs.h" // for MProgressDialog
-
#include "HeaderInfo.h"
-#include "Address.h"
#include "MThread.h"
@@ -66,10 +53,6 @@
#include "mail/FolderPool.h"
-#include <wx/timer.h>
#include <wx/datetime.h>
#include <wx/file.h>
-#include <wx/utils.h> // for wxExecute()
-
-#include "wx/persctrl.h" // for wxPFileSelector
// ----------------------------------------------------------------------------
Index: MailMH.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/MailMH.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -b -u -2 -r1.12 -r1.13
--- MailMH.cpp 15 Jul 2003 00:47:34 -0000 1.12
+++ MailMH.cpp 15 Sep 2003 17:01:40 -0000 1.13
@@ -27,5 +27,4 @@
# include "strutil.h"
-# include "ASMailFolder.h"
#ifdef OS_WIN // cygwin and mingw
# include "MApplication.h" // for mApplication
@@ -33,5 +32,4 @@
#endif // USE_PCH
-#include "MailFolder.h"
#include "MFolder.h"
#include "MEvent.h"
Index: Message.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/Message.cpp,v
retrieving revision 1.32
retrieving revision 1.33
diff -b -u -2 -r1.32 -r1.33
--- Message.cpp 12 Sep 2002 02:36:51 -0000 1.32
+++ Message.cpp 15 Sep 2003 17:01:40 -0000 1.33
@@ -29,6 +29,4 @@
#include "Mcommon.h"
#include "Message.h"
-
- #include "strutil.h"
#endif // USE_PCH
Index: MessageCC.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/MessageCC.cpp,v
retrieving revision 1.143
retrieving revision 1.144
diff -b -u -2 -r1.143 -r1.144
--- MessageCC.cpp 29 Aug 2003 00:10:01 -0000 1.143
+++ MessageCC.cpp 15 Sep 2003 17:01:40 -0000 1.144
@@ -29,17 +29,7 @@
# include "strutil.h"
-# include <wx/dynarray.h>
-
# include "MApplication.h"
-# include "MDialogs.h"
-# include "gui/wxMFrame.h"
#endif // USE_PCH
-#include <wx/fontmap.h>
-
-#include "FolderView.h"
-
-#include "Mdefaults.h"
-
#include "AddressCC.h"
#include "MailFolderCC.h"
@@ -50,6 +40,4 @@
#include "HeaderInfo.h"
-
-#include <ctype.h>
// ----------------------------------------------------------------------------
Index: Pop3.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/Pop3.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -u -2 -r1.5 -r1.6
--- Pop3.cpp 22 Jul 2003 22:01:42 -0000 1.5
+++ Pop3.cpp 15 Sep 2003 17:01:40 -0000 1.6
@@ -34,5 +34,4 @@
}
-#include <wx/file.h>
#include <wx/textfile.h>
Index: SendMessageCC.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/SendMessageCC.cpp,v
retrieving revision 1.210
retrieving revision 1.211
diff -b -u -2 -r1.210 -r1.211
--- SendMessageCC.cpp 13 Sep 2003 14:32:38 -0000 1.210
+++ SendMessageCC.cpp 15 Sep 2003 17:01:40 -0000 1.211
@@ -27,20 +27,11 @@
#ifndef USE_PCH
# include "Mcommon.h"
-# include "Profile.h"
# include "strutil.h"
-# include "strings.h"
-# include "guidef.h"
#endif // USE_PCH
-#include "Mdefaults.h"
-#include "MApplication.h"
-#include "Message.h"
#include "MailFolderCC.h"
-#include "MFolder.h"
#include "LogCircle.h"
-#include "MThread.h"
-
#include "AddressCC.h"
@@ -57,9 +48,5 @@
#include "XFace.h"
#include "MDialogs.h"
-#include "Mpers.h"
-
-#include "gui/wxIconManager.h"
-#include <wx/utils.h> // wxGetFullHostName(), wxGetProcessId()
#include <wx/file.h>
#include <wx/datetime.h>
Index: Sorting.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/Sorting.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -u -2 -r1.2 -r1.3
--- Sorting.cpp 30 Dec 2002 00:40:55 -0000 1.2
+++ Sorting.cpp 15 Sep 2003 17:01:40 -0000 1.3
@@ -26,5 +26,4 @@
#ifndef USE_PCH
- #include "Profile.h"
#include "Sorting.h"
Index: Threading.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/Threading.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -u -2 -r1.5 -r1.6
--- Threading.cpp 10 Oct 2001 12:29:49 -0000 1.5
+++ Threading.cpp 15 Sep 2003 17:01:40 -0000 1.6
@@ -28,5 +28,4 @@
#include "Mcommon.h"
- #include "Profile.h"
#include "Threading.h"
Index: VFolder.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/VFolder.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -b -u -2 -r1.11 -r1.12
--- VFolder.cpp 22 Jul 2003 22:01:42 -0000 1.11
+++ VFolder.cpp 15 Sep 2003 17:01:40 -0000 1.12
@@ -28,6 +28,4 @@
#ifndef USE_PCH
#include "Mcommon.h"
-
- #include "MFolder.h"
#endif
@@ -37,5 +35,4 @@
#include "MFStatus.h"
-#include "HeaderInfo.h"
#include "HeaderInfoImpl.h" // we need "Impl" for ArrayHeaderInfo declaration
-------------------------------------------------------
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