X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ec376c8fd9ff813392030426acd2317c6fa6527e..cbc9145c04bd3ea0a228906c8363fa8f47e3acf9:/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)