1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-04 21:50:51 +01:00

RecordingPrefs.cpp does not depend on AudioIO.cpp...

... freeing it from dependency cycles, but no others
This commit is contained in:
Paul Licameli
2019-05-15 10:29:30 -04:00
parent 4bdcf3152f
commit 519a988467
6 changed files with 13 additions and 10 deletions

View File

@@ -461,6 +461,7 @@ TimeTrack and AudioIOListener and whether the playback is looped.
#include "effects/EffectManager.h"
#include "prefs/QualityPrefs.h"
#include "prefs/RecordingPrefs.h"
#include "toolbars/ControlToolBar.h"
#include "widgets/Meter.h"
#include "widgets/ErrorDialog.h"