X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/43524b1583cbe798351fef03242f0990e1cfddc2..967d3d97839afc098999cee27e0c8c70fa42294c:/src/mac/carbon/statline.cpp diff --git a/src/mac/carbon/statline.cpp b/src/mac/carbon/statline.cpp index aa7c133387..62abfd106a 100644 --- a/src/mac/carbon/statline.cpp +++ b/src/mac/carbon/statline.cpp @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: generic/statline.cpp -// Purpose: a generic wxStaticLine class +// Name: src/mac/carbon/statline.cpp +// Purpose: wxStaticLine class // Author: Vadim Zeitlin // Created: 28.06.99 // Version: $Id$ @@ -15,7 +15,10 @@ #endif #include "wx/statline.h" -#include "wx/statbox.h" + +#ifndef WX_PRECOMP + #include "wx/statbox.h" +#endif IMPLEMENT_DYNAMIC_CLASS(wxStaticLine, wxControl)