X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ec376c8fd9ff813392030426acd2317c6fa6527e..137c8bde085d6d5b7c459902d2ea1a198ab48765:/src/generic/fontpickerg.cpp diff --git a/src/generic/fontpickerg.cpp b/src/generic/fontpickerg.cpp index 1a67f07b85..06a5c5c539 100644 --- a/src/generic/fontpickerg.cpp +++ b/src/generic/fontpickerg.cpp @@ -24,11 +24,10 @@ #pragma hdrstop #endif -#ifndef WX_PRECOMP - #include "wx/window.h" -#endif //WX_PRECOMP +#if wxUSE_FONTPICKERCTRL #include "wx/fontpicker.h" + #include "wx/fontdlg.h" @@ -36,8 +35,6 @@ // implementation // ============================================================================ -#if wxUSE_FONTPICKERCTRL - wxFontData wxGenericFontButton::ms_data; IMPLEMENT_DYNAMIC_CLASS(wxGenericFontButton, wxButton)