1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 09:01:15 +02:00

Remove ImageRoll.h from other headers or comment why you can't

This commit is contained in:
Paul Licameli
2019-03-30 15:40:10 -04:00
parent 6c57948d8f
commit ced9be588b
2 changed files with 3 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
#include <wx/setup.h> // for wxUSE_* macros
#include <wx/window.h> // to inherit
#include "ImageRoll.h"
#include "ImageRoll.h" // member variable
class wxImage;

View File

@@ -17,13 +17,14 @@
#include <wx/timer.h> // member variable
#include <wx/minifram.h> // to inherit
#include "ImageRoll.h"
#include "wxPanelWrapper.h" // to inherit
#include <unordered_map>
class AButton;
class ExpandingToolBar;
class ImageRollPanel;
class ToolBarFrame;
class ToolBarDialog;
class ToolBarArea;