Update of /cvsroot/mahogany/M/include
In directory sc8-pr-cvs1:/tmp/cvs-serv9700/include

Modified Files:
        HeadersDialogs.h MFilter.h MSearch.h Moptions.h Threading.h 
Log Message:
Cleanup of #include dependecies, stage one

Index: HeadersDialogs.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/HeadersDialogs.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -u -2 -r1.5 -r1.6
--- HeadersDialogs.h    6 Jun 2000 12:17:35 -0000       1.5
+++ HeadersDialogs.h    15 Sep 2003 17:01:35 -0000      1.6
@@ -14,5 +14,6 @@
 #define _HEADERDIALOGS_H
 
-class wxWindow;
+class WXDLLEXPORT wxWindow;
+class Profile;
 
 /** custom header type: a custom header may be added only to mail messages,

Index: MFilter.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MFilter.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -b -u -2 -r1.17 -r1.18
--- MFilter.h   30 Dec 2002 00:40:53 -0000      1.17
+++ MFilter.h   15 Sep 2003 17:01:36 -0000      1.18
@@ -14,4 +14,10 @@
 #endif
 
+#ifndef USE_PCH
+#   include "Profile.h"
+#endif
+
+#include "MObject.h"
+
 class WXDLLEXPORT wxWindow;
 

Index: MSearch.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MSearch.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -u -2 -r1.5 -r1.6
--- MSearch.h   23 Jul 2002 18:47:11 -0000      1.5
+++ MSearch.h   15 Sep 2003 17:01:36 -0000      1.6
@@ -15,4 +15,6 @@
 
 class MFolder;
+class Profile;
+class WXDLLEXPORT wxWindow;
 
 /**

Index: Moptions.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Moptions.h,v
retrieving revision 1.77
retrieving revision 1.78
diff -b -u -2 -r1.77 -r1.78
--- Moptions.h  4 Sep 2003 16:12:06 -0000       1.77
+++ Moptions.h  15 Sep 2003 17:01:36 -0000      1.78
@@ -17,4 +17,6 @@
 // ----------------------------------------------------------------------------
 
+class MOption;
+
 extern const MOption MP_PROFILE_TYPE;
 extern const MOption MP_CONFIG_SOURCE_TYPE;

Index: Threading.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Threading.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -b -u -2 -r1.6 -r1.7
--- Threading.h 10 Oct 2001 12:22:44 -0000      1.6
+++ Threading.h 15 Sep 2003 17:01:36 -0000      1.7
@@ -18,4 +18,8 @@
 #endif
 
+#ifndef  USE_PCH
+   #include "Message.h"
+#endif // USE_PCH
+
 class Profile;
 class HeaderInfoList;



-------------------------------------------------------
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

Reply via email to