1
0
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:
Paul Licameli
2019-03-30 11:14:43 -04:00
parent 1a49362e3c
commit 0b9d279a52
7 changed files with 1 additions and 10 deletions

View File

@@ -12,7 +12,6 @@
#define _DIRMANAGER_
#include "MemoryX.h"
#include <wx/list.h>
#include <wx/utils.h>
#include "audacity/Types.h"

View File

@@ -13,8 +13,6 @@
#include "Audacity.h" // for __UNIX__
#include <wx/list.h>
#include "audacity/Types.h"
#include "sndfile.h"

View File

@@ -12,8 +12,7 @@
#define __AUDACITY_LANGUAGES__
class wxArrayString;
#include <wx/list.h>
class wxString;
void GetLanguages(wxArrayString &langCodes, wxArrayString &langNames);

View File

@@ -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>

View File

@@ -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>

View File

@@ -17,8 +17,6 @@
#ifndef __AUDACITY_EFFECT_TRUNC_SILENCE__
#define __AUDACITY_EFFECT_TRUNC_SILENCE__
#include <wx/list.h>
#include "Effect.h"
class ShuttleGui;

View File

@@ -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>