From ad0023978e7a61369f3180241f217df283308388 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Sun, 15 Oct 2006 18:04:23 +0000 Subject: [PATCH] non-pch build fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42035 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/choice.cpp | 1 + src/mac/carbon/listbox.cpp | 6 +----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/mac/carbon/choice.cpp b/src/mac/carbon/choice.cpp index 8898554b20..ff814d8561 100644 --- a/src/mac/carbon/choice.cpp +++ b/src/mac/carbon/choice.cpp @@ -17,6 +17,7 @@ #ifndef WX_PRECOMP #include "wx/menu.h" + #include "wx/dcclient.h" #endif #include "wx/mac/uma.h" diff --git a/src/mac/carbon/listbox.cpp b/src/mac/carbon/listbox.cpp index faf519d08a..69027b5391 100644 --- a/src/mac/carbon/listbox.cpp +++ b/src/mac/carbon/listbox.cpp @@ -16,15 +16,12 @@ #include "wx/listbox.h" #ifndef WX_PRECOMP - #include "wx/dynarray.h" #include "wx/log.h" #include "wx/intl.h" - #include "wx/app.h" #include "wx/utils.h" - #include "wx/button.h" #include "wx/settings.h" #include "wx/arrstr.h" - #include "wx/toplevel.h" + #include "wx/dcclient.h" #endif IMPLEMENT_DYNAMIC_CLASS(wxListBox, wxControl) @@ -33,7 +30,6 @@ BEGIN_EVENT_TABLE(wxListBox, wxControl) END_EVENT_TABLE() #include "wx/mac/uma.h" -#include "wx/dynarray.h" // ============================================================================ // list box control implementation -- 2.45.2