]> git.saurik.com Git - wxWidgets.git/commitdiff
use "..." instead of <...> for wx headers
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 21 Oct 2001 12:49:22 +0000 (12:49 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 21 Oct 2001 12:49:22 +0000 (12:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12137 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/motif/glcanvas.h
include/wx/motif/taskbar.h

index c607cdc00de7ef7beff26dd24ffb8a0af16ea96c..3ebad5ebb831e65b5b9dda4577508dbe054544fa 100644 (file)
 #ifndef _WX_GLCANVAS_H_
 #define _WX_GLCANVAS_H_
 
-#include <wx/setup.h>
+#include "wx/setup.h"
 
 #if wxUSE_GLCANVAS
 
-#include <wx/gdicmn.h>
-#include <wx/palette.h>
-#include <wx/scrolwin.h>
+#include "wx/gdicmn.h"
+#include "wx/palette.h"
+#include "wx/scrolwin.h"
 
 #include <GL/glx.h>
 
index d9453f70339643f880547cbaafb0ddede408a107..75574655e3a65e18f82c1ab22557b092200d74a9 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
 {