mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-24 06:10:09 +01:00
Remove unnecessary #include from NyqBench.h
This commit is contained in:
@@ -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
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user