1
0
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:
Paul Licameli
2021-05-22 23:20:14 -04:00
parent 5a516a7999
commit 7e697d1d8f
37 changed files with 38 additions and 40 deletions

View File

@@ -12,7 +12,7 @@
#define __AUDACITY_SPECTRAL_SELECTION_BAR_LISTENER__
#include "audacity/Types.h"
#include "Identifier.h"
class AUDACITY_DLL_API SpectralSelectionBarListener /* not final */ {

View File

@@ -17,7 +17,7 @@
#include <wx/brush.h> // member variable
#include "audacity/Types.h"
#include "Identifier.h"
class wxChoice;
class wxCommandEvent;