]> git.saurik.com Git - wxWidgets.git/commitdiff
Don't #include the extra files unless we need them
authorRobin Dunn <robin@alldunn.com>
Thu, 6 May 2004 21:40:49 +0000 (21:40 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 6 May 2004 21:40:49 +0000 (21:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27125 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/grid.cpp
src/generic/listctrl.cpp
src/generic/treectlg.cpp

index b953bf3f3a823b7dcc31bab4d64cdb87046f2e4d..8947c56632c19ea533d9ac212af55022c0f17ad9 100644 (file)
@@ -3906,6 +3906,10 @@ wxGrid::~wxGrid()
 // be removed as well as the #else cases below.
 #define _USE_VISATTR 0
 
+#if _USE_VISATTR
+#include "wx/listbox.h"
+#endif
+
 void wxGrid::Create()
 {
     m_created = FALSE;    // set to TRUE by CreateGrid
index f7af67c6b44a4d9925bca34571e9130e2ca303a8..4ef33b5262349062f808548a8b516af4943f46eb 100644 (file)
@@ -5250,7 +5250,9 @@ bool wxGenericListCtrl::SetFont( const wxFont &font )
 
 
 
+#if _USE_VISATTR
 #include "wx/listbox.h"
+#endif
 
 //static
 wxVisualAttributes
index c7cfd6b8549f16fa1fbc7296eae79248ccf3a9ed..82f3061c0f95d2931998065f5fee8bc0d4cf8d45 100644 (file)
@@ -3446,7 +3446,9 @@ void wxGenericTreeCtrl::OnGetToolTip( wxTreeEvent &event )
 // be removed, as well as the #else case below.
 #define _USE_VISATTR 0
 
+#if _USE_VISATTR
 #include "wx/listbox.h"
+#endif
 
 //static
 wxVisualAttributes