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:
@@ -17,7 +17,7 @@
|
|||||||
#include <wx/setup.h> // for wxUSE_* macros
|
#include <wx/setup.h> // for wxUSE_* macros
|
||||||
#include <wx/window.h> // to inherit
|
#include <wx/window.h> // to inherit
|
||||||
|
|
||||||
#include "ImageRoll.h"
|
#include "ImageRoll.h" // member variable
|
||||||
|
|
||||||
class wxImage;
|
class wxImage;
|
||||||
|
|
||||||
|
@@ -17,13 +17,14 @@
|
|||||||
#include <wx/timer.h> // member variable
|
#include <wx/timer.h> // member variable
|
||||||
#include <wx/minifram.h> // to inherit
|
#include <wx/minifram.h> // to inherit
|
||||||
|
|
||||||
#include "ImageRoll.h"
|
#include "wxPanelWrapper.h" // to inherit
|
||||||
|
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
|
|
||||||
class AButton;
|
class AButton;
|
||||||
|
|
||||||
class ExpandingToolBar;
|
class ExpandingToolBar;
|
||||||
|
class ImageRollPanel;
|
||||||
class ToolBarFrame;
|
class ToolBarFrame;
|
||||||
class ToolBarDialog;
|
class ToolBarDialog;
|
||||||
class ToolBarArea;
|
class ToolBarArea;
|
||||||
|
Reference in New Issue
Block a user