From: Vadim Zeitlin Date: Wed, 24 Oct 2012 18:21:54 +0000 (+0000) Subject: Remove wxAUI dependency on wxXML as it doesn't depend on it. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/06b4c6ebd2513f15608f3eee267571afce39a355?hp=0fccda2ced58ad3cef3d272777725f6f0ff3a442 Remove wxAUI dependency on wxXML as it doesn't depend on it. Don't include wxAUI -> wxXML dependency in the libraries diagram in the manual. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72752 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/doxygen/mainpages/libs.h b/docs/doxygen/mainpages/libs.h index 897debd501..a3c0dec689 100644 --- a/docs/doxygen/mainpages/libs.h +++ b/docs/doxygen/mainpages/libs.h @@ -46,7 +46,7 @@ digraph Dependancies wxXML -> wxBase; wxAdvanced -> wxCore; - wxAUI -> wxAdvanced; wxAUI -> wxHTML; wxAUI -> wxXML; + wxAUI -> wxAdvanced; wxAUI -> wxHTML; wxGL -> wxCore; wxHTML -> wxCore; wxMedia -> wxCore;