From 68a14aeeeb7d09a9ec3e9f098c039a4eaf1f12ff Mon Sep 17 00:00:00 2001 From: David Elliott Date: Thu, 10 Jul 2003 12:39:13 +0000 Subject: [PATCH] include "wx/toolbar.h" instead of tbar(base|smpl).h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21863 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/tbarbase.cpp | 2 +- src/generic/tbarsmpl.cpp | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/common/tbarbase.cpp b/src/common/tbarbase.cpp index 9b03daccee..a187599235 100644 --- a/src/common/tbarbase.cpp +++ b/src/common/tbarbase.cpp @@ -38,7 +38,7 @@ #include "wx/image.h" #include "wx/settings.h" -#include "wx/tbarbase.h" +#include "wx/toolbar.h" // ---------------------------------------------------------------------------- // wxWindows macros diff --git a/src/generic/tbarsmpl.cpp b/src/generic/tbarsmpl.cpp index f6dbd31a55..985c33e727 100644 --- a/src/generic/tbarsmpl.cpp +++ b/src/generic/tbarsmpl.cpp @@ -37,7 +37,7 @@ #include "wx/dcmemory.h" #endif -#include "wx/tbarsmpl.h" +#include "wx/toolbar.h" // ---------------------------------------------------------------------------- // private classes @@ -87,8 +87,6 @@ public: IMPLEMENT_DYNAMIC_CLASS(wxToolBarSimple, wxToolBarBase) #if !wxUSE_TOOLBAR_NATIVE && !defined(__WXUNIVERSAL__) - #include "wx/toolbar.h" - IMPLEMENT_DYNAMIC_CLASS(wxToolBar, wxToolBarSimple) #endif -- 2.47.2