From 07d08a4dc4fae7e2e63ea7e62b7b85db2c44e21a Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Sun, 21 Oct 2001 12:49:22 +0000 Subject: [PATCH] use "..." instead of <...> for wx headers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12137 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/motif/glcanvas.h | 8 ++++---- include/wx/motif/taskbar.h | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) 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 +#include "wx/setup.h" #if wxUSE_GLCANVAS -#include -#include -#include +#include "wx/gdicmn.h" +#include "wx/palette.h" +#include "wx/scrolwin.h" #include 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 -#include +#include "wx/list.h" +#include "wx/icon.h" class wxTaskBarIcon: public wxObject {