propgrid.h contains wxTextCtrl only as a pointer. A forward declaration would suffice there. Granted, those translation units that actually ODR-use wxTextCtrl would still have to #include it.
I like minimized coupling and compiletime.
Anyway. Let's see what the wxWidgets maintainer's opinion is.
Thank you for having looked into this.