X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ca65c0440a7163e4e37e48b1c4329709d722db47..b85b06e13d22e7fc1604ec1a49caa1227a1b3d36:/src/generic/statline.cpp diff --git a/src/generic/statline.cpp b/src/generic/statline.cpp index 612bcb8211..023745015d 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 @@ -16,20 +16,21 @@ // headers // ---------------------------------------------------------------------------- -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma implementation "statline.h" -#endif - #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