From: Gilles Depeyrot <gilles_depeyrot@mac.com>
Date: Sun, 21 Oct 2001 12:49:22 +0000 (+0000)
Subject: use "..." instead of <...> for wx headers
X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/07d08a4dc4fae7e2e63ea7e62b7b85db2c44e21a

use "..." instead of <...> for wx headers


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12137 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---

diff --git a/include/wx/motif/glcanvas.h b/include/wx/motif/glcanvas.h
index c607cdc00d..3ebad5ebb8 100644
--- a/include/wx/motif/glcanvas.h
+++ b/include/wx/motif/glcanvas.h
@@ -17,13 +17,13 @@
 #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>
 
diff --git a/include/wx/motif/taskbar.h b/include/wx/motif/taskbar.h
index d9453f7033..75574655e3 100644
--- a/include/wx/motif/taskbar.h
+++ b/include/wx/motif/taskbar.h
@@ -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
 {