mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-01 12:04:49 +02:00
Get rid of wx object arrays, use std::vector
This commit is contained in:
@@ -18,7 +18,6 @@ i.e. an alternative to the usual interface, for Audacity.
|
||||
|
||||
*//*******************************************************************/
|
||||
|
||||
#include <wx/dynarray.h>
|
||||
#include <wx/dynlib.h>
|
||||
#include <wx/list.h>
|
||||
#include <wx/log.h>
|
||||
@@ -44,8 +43,6 @@ i.e. an alternative to the usual interface, for Audacity.
|
||||
#include "ModuleManager.h"
|
||||
#include "widgets/MultiDialog.h"
|
||||
|
||||
#include <wx/arrimpl.cpp>
|
||||
|
||||
#include "Experimental.h"
|
||||
#include "widgets/ErrorDialog.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user