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

Modified Files:
        wxBrowseButton.h wxIdentityCombo.h 
Log Message:
Cleanup of #include dependecies, stage one

Index: wxBrowseButton.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxBrowseButton.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -b -u -2 -r1.21 -r1.22
--- wxBrowseButton.h    22 Jul 2003 22:01:38 -0000      1.21
+++ wxBrowseButton.h    15 Sep 2003 17:01:36 -0000      1.22
@@ -15,4 +15,9 @@
 #define _GUI_WXBROWSEBUTTON_H_
 
+#ifndef USE_PCH
+#   include <wx/button.h>
+#   include <wx/textctrl.h>
+#endif
+
 // forward declaration
 class MFolder;

Index: wxIdentityCombo.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxIdentityCombo.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -u -2 -r1.2 -r1.3
--- wxIdentityCombo.h   18 Jul 2000 14:48:37 -0000      1.2
+++ wxIdentityCombo.h   15 Sep 2003 17:01:36 -0000      1.3
@@ -14,5 +14,5 @@
 #define _GUI_WXIDENTITYCOMBO_H_
 
-class WXDLLEXPORT wxComboBox;
+class WXDLLEXPORT wxChoice;
 class WXDLLEXPORT wxWindow;
 



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