X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cab1a6053dce9f0a2dcd87d8e2d12d8633f4785f..f2408396534cc952a5bfcd3a2cc018abe8221c78:/src/common/validate.cpp diff --git a/src/common/validate.cpp b/src/common/validate.cpp index f05b8d47a8..b41574d65c 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 #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_