]> git.saurik.com Git - wxWidgets.git/commitdiff
use "..." instead of <...> for wx includes
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 25 Nov 2001 12:58:57 +0000 (12:58 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 25 Nov 2001 12:58:57 +0000 (12:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12678 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/generic/treelay.h

index 9c626dcf9fe278c5b5d82939385943b84cd07158..9113f78f8a3239876a5aede8218b694042cec3cf 100644 (file)
 #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