No real changes, just remove an unneeded header dependency.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 3 Jan 2011 11:23:49 +0000 (11:23 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 3 Jan 2011 11:23:49 +0000 (11:23 +0000)
commitb9acd101f74b63940c7c32d7885a53c58faeb7e0
tree2190d4d546bbcd3e91676d2c3d1a53d5a4477a0f
parentdf16cb09b114debf781f229cd8762212d7584b0f
No real changes, just remove an unneeded header dependency.

There was some commented out code in (core) valgen.cpp file using
wxDatePickerCtrl (from adv library). Also comment out the inclusion of
wx/datectrl.h header as it's not needed as long as this code remains commented
out and creates an unexpected dependency of a core library file on an adv
library header.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66533 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/valgen.cpp