X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..7169360153f35fe579c7e72fd95a1dbbb2eff043:/src/os2/statline.cpp diff --git a/src/os2/statline.cpp b/src/os2/statline.cpp index ab764d8dce..1bda2b1008 100644 --- a/src/os2/statline.cpp +++ b/src/os2/statline.cpp @@ -1,9 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: msw/statline.cpp +// Name: src/os2/statline.cpp // Purpose: OS2 version of wxStaticLine class // Author: David Webster // Created: 10/23/99 -// Version: $Id$ // Copyright: (c) 1999 David Webster // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -19,19 +18,20 @@ // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" +#if wxUSE_STATLINE + #include "wx/statline.h" -#if wxUSE_STATLINE +#ifndef WX_PRECOMP + #include "wx/log.h" +#endif #include "wx/os2/private.h" -#include "wx/log.h" // ============================================================================ // implementation // ============================================================================ -IMPLEMENT_DYNAMIC_CLASS(wxStaticLine, wxControl) - // ---------------------------------------------------------------------------- // wxStaticLine // ----------------------------------------------------------------------------