git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11782
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#include "wx/control.h"
- #include <wx/dynarray.h>
+ #include "wx/dynarray.h"
WXDLLEXPORT_DATA(extern const char*) wxChoiceNameStr;
#include "wx/palette.h"
#include "wx/scrolwin.h"
+#include "wx/app.h"
#ifdef __DARWIN__
# include <OpenGL/gl.h>
class WXDLLEXPORT wxOwnerDrawn;
// define the array of list box items
- #include <wx/dynarray.h>
+ #include "wx/dynarray.h"
WX_DEFINE_EXPORTED_ARRAY(wxOwnerDrawn *, wxListBoxItemsArray);
#endif // wxUSE_OWNER_DRAWN
#pragma interface "taskbar.h"
#endif
-#include <wx/list.h>
-#include <wx/icon.h>
+#include "wx/list.h"
+#include "wx/icon.h"
class wxTaskBarIcon: public wxObject
{