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
This commit is contained in:
@@ -34,9 +34,10 @@
|
||||
#include "wx/valtext.h"
|
||||
#endif
|
||||
|
||||
#include "wx/datectrl.h"
|
||||
#include "wx/generic/datectrl.h"
|
||||
#include "wx/calctrl.h"
|
||||
#include "wx/combo.h"
|
||||
|
||||
#include "wx/datectrl.h"
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// constants
|
||||
|
Reference in New Issue
Block a user