X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..6a3f00bd6660d0326904d774d6e7a48a13af1f6f:/src/generic/statline.cpp diff --git a/src/generic/statline.cpp b/src/generic/statline.cpp index fa1946572f..e6edd9c7e9 100644 --- a/src/generic/statline.cpp +++ b/src/generic/statline.cpp @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: generic/statline.cpp +// Name: src/generic/statline.cpp // Purpose: a generic wxStaticLine class // Author: Vadim Zeitlin // Created: 28.06.99 @@ -17,22 +17,25 @@ // ---------------------------------------------------------------------------- #include "wx/wxprec.h" -#if wxUSE_STATLINE + // For compilers that support precompilation, includes "wx.h". #ifdef __BORLANDC__ #pragma hdrstop #endif +#if wxUSE_STATLINE + #include "wx/statline.h" -#include "wx/statbox.h" + +#ifndef WX_PRECOMP + #include "wx/statbox.h" +#endif // ============================================================================ // implementation // ============================================================================ -IMPLEMENT_DYNAMIC_CLASS(wxStaticLine, wxControl) - // ---------------------------------------------------------------------------- // wxStaticLine // ----------------------------------------------------------------------------