1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

Invert dependency of TranslatableString and audacity/Types.h

This commit is contained in:
Paul Licameli
2021-05-22 23:30:26 -04:00
parent f7d9602a42
commit c4487814cf
4 changed files with 4 additions and 6 deletions

View File

@@ -50,7 +50,7 @@
#include <wx/debug.h> // for wxASSERT #include <wx/debug.h> // for wxASSERT
#include <wx/string.h> // type used in inline function and member variable #include <wx/string.h> // type used in inline function and member variable
#include "../../../src/TranslatableString.h" #include "Internat.h"
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// TODO: I'd imagine this header may be replaced by other public headers. But, // TODO: I'd imagine this header may be replaced by other public headers. But,

View File

@@ -12,8 +12,6 @@
#include "Identifier.h" #include "Identifier.h"
#include <wx/string.h>
namespace ActiveProjects namespace ActiveProjects
{ {
FilePaths GetAll(); FilePaths GetAll();

View File

@@ -12,11 +12,10 @@
#ifndef __AUDACITY_INTERNAT__ #ifndef __AUDACITY_INTERNAT__
#define __AUDACITY_INTERNAT__ #define __AUDACITY_INTERNAT__
#include <vector>
#include <wx/longlong.h> #include <wx/longlong.h>
#include "audacity/Types.h" #include "TranslatableString.h"
class wxArrayString; class wxArrayString;
class wxArrayStringEx; class wxArrayStringEx;

View File

@@ -14,6 +14,7 @@ Paul Licameli split from class WaveTrack
#include "../../../ui/CommonTrackView.h" #include "../../../ui/CommonTrackView.h"
#include "../../../../ClientData.h" #include "../../../../ClientData.h"
namespace WaveTrackViewConstants{ enum Display : int; } namespace WaveTrackViewConstants{ enum Display : int; }
#include "audacity/Types.h"
struct WaveTrackSubViewType; struct WaveTrackSubViewType;
class CutlineHandle; class CutlineHandle;