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:
@@ -12,8 +12,6 @@
|
||||
|
||||
#include "Identifier.h"
|
||||
|
||||
#include <wx/string.h>
|
||||
|
||||
namespace ActiveProjects
|
||||
{
|
||||
FilePaths GetAll();
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user