1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-27 07:43:50 +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

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