From: Gilles Depeyrot Date: Sun, 25 Nov 2001 12:58:57 +0000 (+0000) Subject: use "..." instead of <...> for wx includes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8beeef5f05e31bca568bfe0e654f8c89cd8689a6 use "..." instead of <...> for wx includes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12678 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/generic/treelay.h b/include/wx/generic/treelay.h index 9c626dcf9f..9113f78f8a 100644 --- a/include/wx/generic/treelay.h +++ b/include/wx/generic/treelay.h @@ -17,13 +17,13 @@ #endif #ifndef WX_PRECOMP -#include +#include "wx/object.h" class wxList; class wxDC; class wxMouseEvent; #endif -#include +#include "wx/string.h" #if wxUSE_TREELAYOUT