Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv32510/src/gui

Modified Files:
        ClickURL.cpp wxBrowseButton.cpp wxDialogLayout.cpp 
        wxFolderTree.cpp wxHeadersDialogs.cpp wxIconManager.cpp 
        wxMApp.cpp wxMenuDefs.cpp wxMsgCmdProc.cpp wxOptionsDlg.cpp 
Log Message:
compilation fixes after headers cleanup

Index: ClickURL.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/ClickURL.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -b -u -2 -r1.14 -r1.15
--- ClickURL.cpp        15 Sep 2003 17:01:36 -0000      1.14
+++ ClickURL.cpp        16 Sep 2003 21:32:44 -0000      1.15
@@ -28,7 +28,7 @@
 
    #include <wx/menu.h>
-#ifdef OS_WIN // cygwin and mingw
+   #ifdef OS_WIN // cygwin and mingw
    #include <wx/msw/registry.h>
-#endif
+   #endif
 #endif //USE_PCH
 
@@ -38,4 +38,6 @@
 #include "Composer.h"
 #include "Collect.h"
+
+#include "Mpers.h"
 
 #include <wx/clipbrd.h>

Index: wxBrowseButton.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxBrowseButton.cpp,v
retrieving revision 1.33
retrieving revision 1.34
diff -b -u -2 -r1.33 -r1.34
--- wxBrowseButton.cpp  15 Sep 2003 17:01:36 -0000      1.33
+++ wxBrowseButton.cpp  16 Sep 2003 21:32:44 -0000      1.34
@@ -33,4 +33,5 @@
 #include <wx/fontdlg.h>
 #include <wx/fontutil.h>
+#include <wx/imaglist.h>
 
 #include "MFolder.h"

Index: wxDialogLayout.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxDialogLayout.cpp,v
retrieving revision 1.100
retrieving revision 1.101
diff -b -u -2 -r1.100 -r1.101
--- wxDialogLayout.cpp  15 Sep 2003 17:01:37 -0000      1.100
+++ wxDialogLayout.cpp  16 Sep 2003 21:32:44 -0000      1.101
@@ -34,4 +34,6 @@
 #endif
 
+#include <wx/imaglist.h>
+
 #include "gui/wxOptionsPage.h"
 #include "gui/wxBrowseButton.h"

Index: wxFolderTree.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxFolderTree.cpp,v
retrieving revision 1.216
retrieving revision 1.217
diff -b -u -2 -r1.216 -r1.217
--- wxFolderTree.cpp    15 Sep 2003 17:01:37 -0000      1.216
+++ wxFolderTree.cpp    16 Sep 2003 21:32:44 -0000      1.217
@@ -36,4 +36,5 @@
 
 #include <wx/tokenzr.h>
+#include <wx/imaglist.h>
 #include <wx/persctrl.h>
 

Index: wxHeadersDialogs.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxHeadersDialogs.cpp,v
retrieving revision 1.42
retrieving revision 1.43
diff -b -u -2 -r1.42 -r1.43
--- wxHeadersDialogs.cpp        15 Sep 2003 17:01:37 -0000      1.42
+++ wxHeadersDialogs.cpp        16 Sep 2003 21:32:44 -0000      1.43
@@ -49,4 +49,5 @@
 #endif
 
+#include <wx/imaglist.h>
 #include <wx/checklst.h>
 

Index: wxIconManager.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxIconManager.cpp,v
retrieving revision 1.99
retrieving revision 1.100
diff -b -u -2 -r1.99 -r1.100
--- wxIconManager.cpp   15 Sep 2003 17:01:37 -0000      1.99
+++ wxIconManager.cpp   16 Sep 2003 21:32:44 -0000      1.100
@@ -31,4 +31,5 @@
 #include "gui/wxIconManager.h"
 #include "MDialogs.h"
+#include "PathFinder.h"
 
 #include <wx/mimetype.h>

Index: wxMApp.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxMApp.cpp,v
retrieving revision 1.273
retrieving revision 1.274
diff -b -u -2 -r1.273 -r1.274
--- wxMApp.cpp  15 Sep 2003 17:01:37 -0000      1.273
+++ wxMApp.cpp  16 Sep 2003 21:32:44 -0000      1.274
@@ -35,4 +35,5 @@
 #include <wx/fs_inet.h>
 #include <wx/cmdline.h>
+#include <wx/encconv.h>
 
 #ifdef USE_DIALUP

Index: wxMenuDefs.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxMenuDefs.cpp,v
retrieving revision 1.204
retrieving revision 1.205
diff -b -u -2 -r1.204 -r1.205
--- wxMenuDefs.cpp      15 Sep 2003 17:01:38 -0000      1.204
+++ wxMenuDefs.cpp      16 Sep 2003 21:32:44 -0000      1.205
@@ -33,9 +33,10 @@
 #include <wx/menu.h>
 
+#include "Profile.h"
+
 #include "gui/wxIconManager.h"
+#include "gui/wxIdentityCombo.h"
 
 #include "gui/wxMenuDefs.h"
-
-#include "gui/wxIdentityCombo.h"
 
 #ifndef wxHAS_RADIO_MENU_ITEMS

Index: wxMsgCmdProc.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxMsgCmdProc.cpp,v
retrieving revision 1.44
retrieving revision 1.45
diff -b -u -2 -r1.44 -r1.45
--- wxMsgCmdProc.cpp    15 Sep 2003 17:01:38 -0000      1.44
+++ wxMsgCmdProc.cpp    16 Sep 2003 21:32:45 -0000      1.45
@@ -29,4 +29,6 @@
 #endif // USE_PCH
 
+#include <wx/imaglist.h>
+
 #include "strutil.h"          // for strutil_uniq_array()
 #include "Collect.h"          // for InteractivelyCollectAddresses()

Index: wxOptionsDlg.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxOptionsDlg.cpp,v
retrieving revision 1.381
retrieving revision 1.382
diff -b -u -2 -r1.381 -r1.382
--- wxOptionsDlg.cpp    15 Sep 2003 17:01:38 -0000      1.381
+++ wxOptionsDlg.cpp    16 Sep 2003 21:32:45 -0000      1.382
@@ -36,6 +36,6 @@
 
 #include <wx/checklst.h>
-
 #include <wx/layout.h>
+#include <wx/dialup.h>
 
 #include "Mpers.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

Reply via email to