Forward declare classes instead of including their declarations.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 2 Jan 2011 22:03:56 +0000 (22:03 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 2 Jan 2011 22:03:56 +0000 (22:03 +0000)
commit4a40cd9bae5e4e76fadb6188b399905028a02bc7
tree4bc935db29b7a776221b37226f2a59df713c0702
parentda2f117200f2933478d571d2d9e6d636dbbd0e4c
Forward declare classes instead of including their declarations.

No real changes, just reduce the compilation dependencies a bit by only
forward declaring wxComboCtrl and wxCalendarCtrl in wx/generic/datectrl.h
instead of including the headers with their full declarations.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/generic/datectrl.h
src/generic/datectlg.cpp