]> git.saurik.com Git - wxWidgets.git/commitdiff
include wx headers using "..." instead of <...>
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Tue, 2 Oct 2001 15:56:03 +0000 (15:56 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Tue, 2 Oct 2001 15:56:03 +0000 (15:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11782 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/choice.h
include/wx/mac/glcanvas.h
include/wx/mac/listbox.h
include/wx/mac/taskbar.h

index 50a506940b007c4feb1f381a68d5d1c0ef2fe2c1..3f796ac07066411ce41b9a0c2db490533658fd8d 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "wx/control.h"
 
-  #include  <wx/dynarray.h>
+  #include  "wx/dynarray.h"
 
 WXDLLEXPORT_DATA(extern const char*) wxChoiceNameStr;
 
index 5e2a3f606e3376232625367cc6c6f33451d46bcc..877d50197458d6c8aecad1d28dc1489a2a700238 100644 (file)
@@ -22,6 +22,7 @@
 
 #include "wx/palette.h"
 #include "wx/scrolwin.h"
+#include "wx/app.h"
 
 #ifdef __DARWIN__
 #  include <OpenGL/gl.h>
index de7433a3754f98bb41e280ec9e971d63f7204374..412db33a59178894ee3001e02b4b60672a4f0005 100644 (file)
@@ -25,7 +25,7 @@
   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
index 7f4a36b8b4e7a125539eb4a496d77addab4dd967..dd17b4930bc599bb5da0ee817d85dd74488a54ec 100644 (file)
@@ -17,8 +17,8 @@
 #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
 {