]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/statline.cpp
Switching to a keyed list for storing information about the column data in each row...
[wxWidgets.git] / src / mac / carbon / statline.cpp
index aa7c133387efbb63eb1e428ce779c915aa9dcaa8..62abfd106afd947fe72679132024c72ae50d2c3f 100644 (file)
@@ -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$
 #endif
 
 #include "wx/statline.h"
-#include "wx/statbox.h"
+
+#ifndef WX_PRECOMP
+    #include "wx/statbox.h"
+#endif
 
 IMPLEMENT_DYNAMIC_CLASS(wxStaticLine, wxControl)