]> git.saurik.com Git - wxWidgets.git/commitdiff
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)
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

index 47f6f230d6bbfaa00067c3c76ff850714b94daee..1172c888cb1df56b8a7525b225ff8dd5d050b2fd 100644 (file)
@@ -38,7 +38,7 @@
 #endif
 
 #include "wx/spinctrl.h"
-#include "wx/datectrl.h"
+// #include "wx/datectrl.h" -- can't use it in this (core) file for now
 
 #if wxUSE_SPINBTN
     #include "wx/spinbutt.h"