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:
parent
c34174728f
commit
8beeef5f05
@ -17,13 +17,13 @@
|
||||
#endif
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include <wx/object.h>
|
||||
#include "wx/object.h"
|
||||
class wxList;
|
||||
class wxDC;
|
||||
class wxMouseEvent;
|
||||
#endif
|
||||
|
||||
#include <wx/string.h>
|
||||
#include "wx/string.h"
|
||||
|
||||
#if wxUSE_TREELAYOUT
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user