]> git.saurik.com Git - wxWidgets.git/commitdiff
corrections to includes for compilation under Mac OS X
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Thu, 20 Dec 2001 07:36:21 +0000 (07:36 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Thu, 20 Dec 2001 07:36:21 +0000 (07:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13129 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/listbox.cpp
src/mac/carbon/textctrl.cpp
src/mac/carbon/toplevel.cpp
src/mac/listbox.cpp
src/mac/textctrl.cpp
src/mac/toplevel.cpp

index 7cfcbc5bce7e685abdbf157760287ddaa2342f1f..4358e40e2e1ece7f4df8fa2e1beee89c49d0d819 100644 (file)
 #include "wx/app.h"
 #include "wx/listbox.h"
 #include "wx/settings.h"
+#include "wx/toplevel.h"
 #include "wx/dynarray.h"
 #include "wx/log.h"
 
 #include "wx/utils.h"
-#ifndef __DARWIN__
-//  #include "extldef.h"
-#endif
 
 #if !USE_SHARED_LIBRARY
   IMPLEMENT_DYNAMIC_CLASS(wxListBox, wxControl)
index 08950c5c74fc7794d48ac5012fb91a559ec9b081..ea632f896471b33c71913c19a2cedd9952e2ea72 100644 (file)
@@ -28,7 +28,7 @@
 #include "wx/app.h"
 #include "wx/dc.h"
 #include "wx/button.h"
-#include "wx/panel.h"
+#include "wx/toplevel.h"
 #include "wx/textctrl.h"
 #include "wx/notebook.h"
 #include "wx/tabctrl.h"
index 32c34193ab760f481328394bb4231d673cf3f5ae..296aa8dfe0f323625b20b97485a601ac3ada9d07 100644 (file)
 #ifndef WX_PRECOMP
     #include "wx/app.h"
     #include "wx/toplevel.h"
+    #include "wx/frame.h"
     #include "wx/string.h"
     #include "wx/log.h"
     #include "wx/intl.h"
 #endif //WX_PRECOMP
 
 #include "wx/mac/uma.h"
+#include "wx/mac/aga.h"
 #include "wx/tooltip.h"
 
 // ----------------------------------------------------------------------------
index 7cfcbc5bce7e685abdbf157760287ddaa2342f1f..4358e40e2e1ece7f4df8fa2e1beee89c49d0d819 100644 (file)
 #include "wx/app.h"
 #include "wx/listbox.h"
 #include "wx/settings.h"
+#include "wx/toplevel.h"
 #include "wx/dynarray.h"
 #include "wx/log.h"
 
 #include "wx/utils.h"
-#ifndef __DARWIN__
-//  #include "extldef.h"
-#endif
 
 #if !USE_SHARED_LIBRARY
   IMPLEMENT_DYNAMIC_CLASS(wxListBox, wxControl)
index 08950c5c74fc7794d48ac5012fb91a559ec9b081..ea632f896471b33c71913c19a2cedd9952e2ea72 100644 (file)
@@ -28,7 +28,7 @@
 #include "wx/app.h"
 #include "wx/dc.h"
 #include "wx/button.h"
-#include "wx/panel.h"
+#include "wx/toplevel.h"
 #include "wx/textctrl.h"
 #include "wx/notebook.h"
 #include "wx/tabctrl.h"
index 32c34193ab760f481328394bb4231d673cf3f5ae..296aa8dfe0f323625b20b97485a601ac3ada9d07 100644 (file)
 #ifndef WX_PRECOMP
     #include "wx/app.h"
     #include "wx/toplevel.h"
+    #include "wx/frame.h"
     #include "wx/string.h"
     #include "wx/log.h"
     #include "wx/intl.h"
 #endif //WX_PRECOMP
 
 #include "wx/mac/uma.h"
+#include "wx/mac/aga.h"
 #include "wx/tooltip.h"
 
 // ----------------------------------------------------------------------------