mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-24 14:20:19 +01:00
Remove unnecessary #include from NyqBench.h
This commit is contained in:
@@ -9,18 +9,8 @@
|
|||||||
#ifndef __NYQUIST_EFFECT_WORKBENCH__
|
#ifndef __NYQUIST_EFFECT_WORKBENCH__
|
||||||
#define __NYQUIST_EFFECT_WORKBENCH__
|
#define __NYQUIST_EFFECT_WORKBENCH__
|
||||||
|
|
||||||
#include <wx/defs.h>
|
#include <wx/fdrepdlg.h> // wxFindReplaceData member variable below
|
||||||
|
|
||||||
#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/string.h>
|
#include <wx/string.h>
|
||||||
#include <wx/textctrl.h>
|
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <ostream>
|
#include <ostream>
|
||||||
@@ -29,6 +19,8 @@
|
|||||||
#include "commands/CommandManager.h"
|
#include "commands/CommandManager.h"
|
||||||
#include "effects/nyquist/Nyquist.h"
|
#include "effects/nyquist/Nyquist.h"
|
||||||
|
|
||||||
|
class wxFileName;
|
||||||
|
|
||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
// NyqTextCtrl
|
// NyqTextCtrl
|
||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user