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

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12137 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot 2001-10-21 12:49:22 +00:00
parent 9829f27727
commit 07d08a4dc4
2 changed files with 6 additions and 6 deletions

View File

@ -17,13 +17,13 @@
#ifndef _WX_GLCANVAS_H_ #ifndef _WX_GLCANVAS_H_
#define _WX_GLCANVAS_H_ #define _WX_GLCANVAS_H_
#include <wx/setup.h> #include "wx/setup.h"
#if wxUSE_GLCANVAS #if wxUSE_GLCANVAS
#include <wx/gdicmn.h> #include "wx/gdicmn.h"
#include <wx/palette.h> #include "wx/palette.h"
#include <wx/scrolwin.h> #include "wx/scrolwin.h"
#include <GL/glx.h> #include <GL/glx.h>

View File

@ -17,8 +17,8 @@
#pragma interface "taskbar.h" #pragma interface "taskbar.h"
#endif #endif
#include <wx/list.h> #include "wx/list.h"
#include <wx/icon.h> #include "wx/icon.h"
class wxTaskBarIcon: public wxObject class wxTaskBarIcon: public wxObject
{ {