mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-12 15:45:54 +01:00
wx/list.h no longer used anywhere
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
#define _DIRMANAGER_
|
||||
|
||||
#include "MemoryX.h"
|
||||
#include <wx/list.h>
|
||||
#include <wx/utils.h>
|
||||
|
||||
#include "audacity/Types.h"
|
||||
|
||||
@@ -13,8 +13,6 @@
|
||||
|
||||
#include "Audacity.h" // for __UNIX__
|
||||
|
||||
#include <wx/list.h>
|
||||
|
||||
#include "audacity/Types.h"
|
||||
|
||||
#include "sndfile.h"
|
||||
|
||||
@@ -12,8 +12,7 @@
|
||||
#define __AUDACITY_LANGUAGES__
|
||||
|
||||
class wxArrayString;
|
||||
|
||||
#include <wx/list.h>
|
||||
class wxString;
|
||||
|
||||
void GetLanguages(wxArrayString &langCodes, wxArrayString &langNames);
|
||||
|
||||
|
||||
@@ -24,7 +24,6 @@ i.e. an alternative to the usual interface, for Audacity.
|
||||
#include "Experimental.h"
|
||||
|
||||
#include <wx/dynlib.h>
|
||||
#include <wx/list.h>
|
||||
#include <wx/log.h>
|
||||
#include <wx/string.h>
|
||||
#include <wx/filename.h>
|
||||
|
||||
@@ -31,7 +31,6 @@ for shared and private configs - which need to move out.
|
||||
#include <wx/dir.h>
|
||||
#include <wx/dynlib.h>
|
||||
#include <wx/filename.h>
|
||||
#include <wx/list.h>
|
||||
#include <wx/listctrl.h>
|
||||
#include <wx/log.h>
|
||||
#include <wx/radiobut.h>
|
||||
|
||||
@@ -17,8 +17,6 @@
|
||||
#ifndef __AUDACITY_EFFECT_TRUNC_SILENCE__
|
||||
#define __AUDACITY_EFFECT_TRUNC_SILENCE__
|
||||
|
||||
#include <wx/list.h>
|
||||
|
||||
#include "Effect.h"
|
||||
|
||||
class ShuttleGui;
|
||||
|
||||
@@ -26,7 +26,6 @@ Functions that find and load all LV2 plugins on the system.
|
||||
|
||||
#include <wx/dynlib.h>
|
||||
#include <wx/filename.h>
|
||||
#include <wx/list.h>
|
||||
#include <wx/log.h>
|
||||
#include <wx/string.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user