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

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12678 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2001-11-25 12:58:57 +00:00
parent c34174728f
commit 8beeef5f05

View File

@@ -17,13 +17,13 @@
#endif #endif
#ifndef WX_PRECOMP #ifndef WX_PRECOMP
#include <wx/object.h> #include "wx/object.h"
class wxList; class wxList;
class wxDC; class wxDC;
class wxMouseEvent; class wxMouseEvent;
#endif #endif
#include <wx/string.h> #include "wx/string.h"
#if wxUSE_TREELAYOUT #if wxUSE_TREELAYOUT