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
This commit is contained in:
Vadim Zeitlin 2012-10-24 18:21:54 +00:00
parent 0fccda2ced
commit 06b4c6ebd2

View File

@ -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;