X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8898456df4728afe7d100011e0e23b0ffb9a6341..3ef595d5f879ec3ed4ef511445487261304313e2:/src/common/validate.cpp?ds=inline diff --git a/src/common/validate.cpp b/src/common/validate.cpp index b41574d65c..787d99bd5f 100644 --- a/src/common/validate.cpp +++ b/src/common/validate.cpp @@ -18,12 +18,12 @@ #if wxUSE_VALIDATORS +#include "wx/validate.h" + #ifndef WX_PRECOMP #include "wx/window.h" #endif -#include "wx/validate.h" - const wxValidator wxDefaultValidator; IMPLEMENT_DYNAMIC_CLASS(wxValidator, wxEvtHandler)