mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Replace many inclusions of Types.h with Identifier.h
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#define __AUDACITY_SPECTRAL_SELECTION_BAR_LISTENER__
|
||||
|
||||
|
||||
#include "audacity/Types.h"
|
||||
#include "Identifier.h"
|
||||
|
||||
class AUDACITY_DLL_API SpectralSelectionBarListener /* not final */ {
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
#include <wx/brush.h> // member variable
|
||||
|
||||
#include "audacity/Types.h"
|
||||
#include "Identifier.h"
|
||||
|
||||
class wxChoice;
|
||||
class wxCommandEvent;
|
||||
|
||||
Reference in New Issue
Block a user