1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 08:09:32 +02:00

Remove unnecessary #include from NyqBench.h

This commit is contained in:
Paul Licameli 2019-03-23 11:06:09 -04:00
parent 0dd0a5cb5a
commit 13d3b61577

View File

@ -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
//----------------------------------------------------------------------------