1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-29 22:58:39 +02:00

wx/hashmap.h no longer used anywhere

This commit is contained in:
Paul Licameli 2019-03-30 10:05:33 -04:00
parent 03101d1d75
commit 3a7324984c
15 changed files with 0 additions and 16 deletions

View File

@ -15,7 +15,6 @@
#include "xml/XMLWriter.h"
#include <wx/debug.h>
#include <wx/hashmap.h>
#include <wx/mstream.h>
#include <unordered_map>

View File

@ -41,7 +41,6 @@ AliasedFile s.
#include <wx/defs.h>
#include <wx/dialog.h>
#include <wx/filename.h>
#include <wx/hashmap.h>
#include <wx/menu.h>
#include <wx/progdlg.h>
#include <wx/choice.h>

View File

@ -13,7 +13,6 @@
#include "MemoryX.h"
#include <wx/list.h>
#include <wx/hashmap.h>
#include <wx/utils.h>
#include "audacity/Types.h"
@ -22,7 +21,6 @@
#include <unordered_map>
class wxFileNameWrapper;
class wxHashTable;
class BlockArray;
class BlockFile;

View File

@ -34,7 +34,6 @@
#include "Languages.h"
#include <wx/defs.h>
#include <wx/hashmap.h>
#include <wx/intl.h>
#include <wx/textfile.h>

View File

@ -15,7 +15,6 @@
#define __AUDACITY_MIXER_BOARD__
#include <wx/frame.h> // to inherit
#include <wx/hashmap.h>
#include <wx/image.h>
#include <wx/scrolwin.h>

View File

@ -30,7 +30,6 @@ for shared and private configs - which need to move out.
#include <wx/dialog.h>
#include <wx/dir.h>
#include <wx/dynlib.h>
#include <wx/hashmap.h>
#include <wx/filename.h>
#include <wx/list.h>
#include <wx/listctrl.h>

View File

@ -36,7 +36,6 @@
#include "MemoryX.h"
#include <utility>
#include <wx/hashmap.h>
#include <wx/notebook.h>
#include "widgets/wxPanelWrapper.h"

View File

@ -27,7 +27,6 @@
#include "audacity/Types.h"
class wxRect;
class wxHashTable;
class Track;
class WaveDisplay;

View File

@ -25,7 +25,6 @@ ShuttleGui.
#include <algorithm>
#include <wx/defs.h>
#include <wx/hashmap.h>
#include <wx/sizer.h>
#include <wx/stockitem.h>
#include <wx/string.h>

View File

@ -22,7 +22,6 @@
#include "../MemoryX.h"
#include "Keyboard.h"
#include <vector>
#include <wx/hashmap.h>
#include "../xml/XMLTagHandler.h"

View File

@ -33,7 +33,6 @@ greater use in future.
#include <wx/choice.h>
#include <wx/dcmemory.h>
#include <wx/defs.h>
#include <wx/hashmap.h>
#include <wx/menu.h>
#include <wx/settings.h>
#include <wx/sizer.h>

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/hashmap.h>
#include <wx/list.h>
#include <wx/log.h>
#include <wx/string.h>

View File

@ -13,7 +13,6 @@
#define LV2EFFECTSMODULE_H
#include "../../MemoryX.h"
#include <wx/hashmap.h>
#include <lilv/lilv.h>

View File

@ -17,7 +17,6 @@ LRN
#include "../FFmpeg.h" // and Audacity.h before FFmpeg for config*.h
#include <wx/hashmap.h>
#include <wx/listimpl.cpp>
#include "../xml/XMLFileReader.h"
#include "../FileNames.h"

View File

@ -17,7 +17,6 @@
#include <wx/dialog.h>
#include <wx/dragimag.h>
#include <wx/panel.h>
#include <wx/hashmap.h>
#include <wx/timer.h>
#include <wx/minifram.h>