Update of /cvsroot/mahogany/M/src/util
In directory sc8-pr-cvs1:/tmp/cvs-serv9700/src/util
Modified Files:
matchurl.cpp miscutil.cpp strutil.cpp upgrade.cpp
Log Message:
Cleanup of #include dependecies, stage one
Index: matchurl.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/util/matchurl.cpp,v
retrieving revision 1.24
retrieving revision 1.25
diff -b -u -2 -r1.24 -r1.25
--- matchurl.cpp 9 Sep 2003 22:17:07 -0000 1.24
+++ matchurl.cpp 15 Sep 2003 17:01:42 -0000 1.25
@@ -23,5 +23,4 @@
#ifndef USE_PCH
#include "Mcommon.h"
- #include "strutil.h"
#endif
Index: miscutil.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/util/miscutil.cpp,v
retrieving revision 1.39
retrieving revision 1.40
diff -b -u -2 -r1.39 -r1.40
--- miscutil.cpp 4 Jul 2002 17:22:38 -0000 1.39
+++ miscutil.cpp 15 Sep 2003 17:01:42 -0000 1.40
@@ -12,27 +12,10 @@
#ifndef USE_PCH
-# include "sysutil.h"
-# include "strutil.h"
-
-# include "guidef.h"
-# include "gui/wxMFrame.h"
-
# include "MApplication.h"
-
-# include "Message.h"
#endif
-#include <ctype.h>
-
-#include <wx/colour.h>
-#include <wx/bitmap.h>
-#include <wx/image.h>
-
#include "gui/wxIconManager.h"
-#include "Mdefaults.h"
-#include "MailFolder.h" // UpdateTitleAndStatusBars uses it
#include "MFStatus.h"
-#include "ASMailFolder.h"
#include "miscutil.h"
Index: strutil.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/util/strutil.cpp,v
retrieving revision 1.113
retrieving revision 1.114
diff -b -u -2 -r1.113 -r1.114
--- strutil.cpp 1 Sep 2003 15:35:31 -0000 1.113
+++ strutil.cpp 15 Sep 2003 17:01:42 -0000 1.114
@@ -21,12 +21,6 @@
# include "Mcommon.h"
# include "strutil.h"
-# include "kbList.h"
-
-# include <ctype.h>
-# include <stdio.h>
-# include <string.h>
#endif
-#include "Mdefaults.h"
#include "MDialogs.h"
#include "Mpers.h"
@@ -34,9 +28,7 @@
#ifdef OS_UNIX
# include <pwd.h>
-# include <sys/types.h>
#endif
#include <wx/textfile.h> // just for strutil_enforceNativeCRLF()
-#include <wx/fontenc.h>
#include <wx/regex.h>
@@ -1039,9 +1031,4 @@
// Profile and other classes dependent functions:
//************************************************************************
-
-#include "Profile.h"
-#include "Mdefaults.h"
-#include "MApplication.h"
-#include "MailFolder.h" // for InitializeMH
/// A small helper function to expand mailfolder names:
Index: upgrade.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/util/upgrade.cpp,v
retrieving revision 1.212
retrieving revision 1.213
diff -b -u -2 -r1.212 -r1.213
--- upgrade.cpp 31 Aug 2003 20:41:17 -0000 1.212
+++ upgrade.cpp 15 Sep 2003 17:01:42 -0000 1.213
@@ -23,10 +23,5 @@
#ifndef USE_PCH
# include "Mcommon.h"
-# include "PathFinder.h"
-# include "Profile.h"
-# include "MApplication.h"
-# include "strutil.h"
# include "Mpers.h"
-# include "gui/wxMApp.h" // for wxMApp::GetDialUpManager()
# include <wx/stattext.h>
@@ -46,22 +41,13 @@
#endif // USE_DIALUP
-#include "Message.h"
-#include "MailFolder.h"
#include "HeaderInfo.h"
#include "MailFolderCC.h"
-#include "SendMessage.h"
-#include "Mdefaults.h"
-
-#include <wx/log.h>
-#include <wx/confbase.h>
#include <wx/fileconf.h>
-#include <wx/sizer.h>
+#include <wx/file.h>
#ifdef USE_DIALUP
#include <wx/dialup.h> // for IsAlwaysOnline()
#endif // USE_DIALUP
-
-#include <wx/utils.h> // wxGetFullHostName()
#ifdef USE_DNS
-------------------------------------------------------
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