mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
Remove unnecessary #include from NyqBench.h
This commit is contained in:
parent
0dd0a5cb5a
commit
13d3b61577
@ -9,18 +9,8 @@
|
||||
#ifndef __NYQUIST_EFFECT_WORKBENCH__
|
||||
#define __NYQUIST_EFFECT_WORKBENCH__
|
||||
|
||||
#include <wx/defs.h>
|
||||
|
||||
#include <wx/button.h>
|
||||
#include <wx/dialog.h>
|
||||
#include <wx/filename.h>
|
||||
#include <wx/fdrepdlg.h>
|
||||
#include <wx/hashmap.h>
|
||||
#include <wx/splitter.h>
|
||||
#include <wx/statbox.h>
|
||||
#include <wx/stattext.h>
|
||||
#include <wx/fdrepdlg.h> // wxFindReplaceData member variable below
|
||||
#include <wx/string.h>
|
||||
#include <wx/textctrl.h>
|
||||
|
||||
#include <iostream>
|
||||
#include <ostream>
|
||||
@ -29,6 +19,8 @@
|
||||
#include "commands/CommandManager.h"
|
||||
#include "effects/nyquist/Nyquist.h"
|
||||
|
||||
class wxFileName;
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
// NyqTextCtrl
|
||||
//----------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user