From ced9be588b1e861a83b53228dc0a1bc7f9630427 Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Sat, 30 Mar 2019 15:40:10 -0400 Subject: [PATCH] Remove ImageRoll.h from other headers or comment why you can't --- src/widgets/AButton.h | 2 +- src/widgets/ExpandingToolBar.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/widgets/AButton.h b/src/widgets/AButton.h index a43ccd2e1..ef9e54d04 100644 --- a/src/widgets/AButton.h +++ b/src/widgets/AButton.h @@ -17,7 +17,7 @@ #include // for wxUSE_* macros #include // to inherit -#include "ImageRoll.h" +#include "ImageRoll.h" // member variable class wxImage; diff --git a/src/widgets/ExpandingToolBar.h b/src/widgets/ExpandingToolBar.h index 75a5f9b88..363f668ec 100644 --- a/src/widgets/ExpandingToolBar.h +++ b/src/widgets/ExpandingToolBar.h @@ -17,13 +17,14 @@ #include // member variable #include // to inherit -#include "ImageRoll.h" +#include "wxPanelWrapper.h" // to inherit #include class AButton; class ExpandingToolBar; +class ImageRollPanel; class ToolBarFrame; class ToolBarDialog; class ToolBarArea;