1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 09:20:16 +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

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

View File

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

View File

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