1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

Remove wx/{app,statbmp,spinctrl,scrolbar,dynlib,dcmemory}.h from *.h

This commit is contained in:
Paul Licameli
2018-11-14 15:23:25 -05:00
parent 939bbc95a2
commit de60edc62f
27 changed files with 26 additions and 24 deletions

View File

@@ -12,8 +12,6 @@
#ifndef __AUDACITY_MODULEMANAGER_H__
#define __AUDACITY_MODULEMANAGER_H__
#include <wx/dynlib.h>
#include "MemoryX.h"
#include <map>
#include <vector>
@@ -21,6 +19,7 @@
#include "audacity/ModuleInterface.h"
class wxArrayString;
class wxDynamicLibrary;
class CommandHandler;
wxWindow * MakeHijackPanel();