Don't include wx/utils.h from wx/vector.h.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 24 Nov 2012 17:36:19 +0000 (17:36 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 24 Nov 2012 17:36:19 +0000 (17:36 +0000)
commit84523830d52acd2865ec6f1b4f6b62b1f2bd9930
tree45dad299232db5d27375bba7c4dc132ea6bf2b55
parent431aea0327720fc44a3ea81b97eda10a5736ae54
Don't include wx/utils.h from wx/vector.h.

This will allow to include wx/vector.h from wx/list.h which is itself included
from wx/utils.h by breaking this circular dependency.

Don't use wxMin(), defined in wx/utils.h, in order to do this.

See #14814.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73002 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/vector.h