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