From 8beeef5f05e31bca568bfe0e654f8c89cd8689a6 Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Sun, 25 Nov 2001 12:58:57 +0000 Subject: [PATCH] use "..." instead of <...> for wx includes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12678 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/generic/treelay.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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