1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-11 17:13:37 +02:00

Remove wx/arrstr.h from headers

This commit is contained in:
Paul Licameli
2018-11-11 19:47:44 -05:00
parent 1d0247607a
commit 40b4361732
42 changed files with 44 additions and 19 deletions

View File

@@ -43,6 +43,8 @@
#define __AUDACITY_COMPONENT_INTERFACE_H__
#include "audacity/Types.h"
#include <wx/string.h> // member variables
extern AUDACITY_DLL_API const wxString& GetCustomTranslation(const wxString& str1 );
/**************************************************************************//**

View File

@@ -43,9 +43,11 @@
#define __AUDACITY_TYPES_H__
#include <algorithm>
#include <wx/arrstr.h>
#include <type_traits>
#include <vector>
#include <wx/debug.h> // for wxASSERT
class wxString;
// ----------------------------------------------------------------------------
// TODO: I'd imagine this header may be replaced by other public headers. But,