1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-27 15:53:49 +01:00

Project.h does not need Meter.h

This commit is contained in:
Paul Licameli
2015-06-10 00:24:13 -04:00
parent 3a3b2d066c
commit 79305db179
3 changed files with 4 additions and 3 deletions

View File

@@ -50,6 +50,7 @@ scroll information. It also has some status flags.
*//*******************************************************************/
#include "Audacity.h"
#include "Project.h"
#include <stdio.h>
#include <iostream>
@@ -90,8 +91,6 @@ scroll information. It also has some status flags.
#endif
#endif
#include "Project.h"
#include "FreqWindow.h"
#include "effects/Contrast.h"
#include "AutoRecovery.h"

View File

@@ -31,7 +31,6 @@
#include "xml/XMLTagHandler.h"
#include "toolbars/SelectionBarListener.h"
#include "toolbars/SpectralSelectionBarListener.h"
#include "widgets/Meter.h"
#include <wx/defs.h>
#include <wx/event.h>
@@ -63,6 +62,7 @@ class EffectPlugs;
class TrackPanel;
class FreqWindow;
class ContrastDialog;
class Meter;
// toolbar classes
class ControlToolBar;

View File

@@ -26,6 +26,8 @@
#include "../ShuttleGui.h"
#include "../FFT.h"
#include <algorithm>
SpectrumPrefs::SpectrumPrefs(wxWindow * parent)
: PrefsPanel(parent, _("Spectrograms"))
{