X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/322d45dd738f8fbbc6cb17379a28c308c6e3bd72..f5766910b6731eb03e82371416e9778203396ce7:/src/os2/tglbtn.cpp diff --git a/src/os2/tglbtn.cpp b/src/os2/tglbtn.cpp index a262a3a185..6269009481 100644 --- a/src/os2/tglbtn.cpp +++ b/src/os2/tglbtn.cpp @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: src/msw/tglbtn.cpp +// Name: src/os2/tglbtn.cpp // Purpose: Definition of the wxToggleButton class, which implements a // toggle button under wxMSW. // Author: John Norris, minor changes by Axel Schlueter @@ -25,10 +25,10 @@ #pragma hdrstop #endif -#include "wx/tglbtn.h" - #if wxUSE_TOGGLEBTN +#include "wx/tglbtn.h" + #ifndef WX_PRECOMP #include "wx/button.h" #include "wx/brush.h" @@ -38,8 +38,6 @@ #include "wx/log.h" #endif // WX_PRECOMP -#include "wx/msw/private.h" - // ---------------------------------------------------------------------------- // macros // ---------------------------------------------------------------------------- @@ -154,4 +152,3 @@ void wxToggleButton::Command(wxCommandEvent & event) } #endif // wxUSE_TOGGLEBTN -