X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cab1a6053dce9f0a2dcd87d8e2d12d8633f4785f..c6a6bbbf637a5a580b7ab182483d27522f5e3189:/src/common/validate.cpp diff --git a/src/common/validate.cpp b/src/common/validate.cpp index f05b8d47a8..787d99bd5f 100644 --- a/src/common/validate.cpp +++ b/src/common/validate.cpp @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: validate.cpp +// Name: src/common/validate.cpp // Purpose: wxValidator // Author: Julian Smart // Modified by: @@ -9,32 +9,24 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma implementation "validate.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" #ifdef __BORLANDC__ - #pragma hdrstop -#endif - -#ifndef WX_PRECOMP - #include "wx/defs.h" + #pragma hdrstop #endif #if wxUSE_VALIDATORS +#include "wx/validate.h" + #ifndef WX_PRECOMP - #include "wx/window.h" + #include "wx/window.h" #endif -#include "wx/validate.h" - const wxValidator wxDefaultValidator; - IMPLEMENT_DYNAMIC_CLASS(wxValidator, wxEvtHandler) +IMPLEMENT_DYNAMIC_CLASS(wxValidator, wxEvtHandler) // VZ: personally, I think true would be more appropriate - these bells are // _annoying_