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

ViewInfo doesn't need Project.h

This commit is contained in:
Paul Licameli 2019-05-11 10:41:29 -04:00
parent 597cdb7428
commit f4703bbd1f

View File

@ -15,10 +15,10 @@ Paul Licameli
#include <algorithm> #include <algorithm>
#include "AudioIO.h" #include "AudioIO.h"
#include "Project.h"
#include "prefs/GUISettings.h" #include "prefs/GUISettings.h"
#include "Prefs.h" #include "Prefs.h"
#include "prefs/TracksBehaviorsPrefs.h" #include "prefs/TracksBehaviorsPrefs.h"
#include "xml/XMLWriter.h"
namespace { namespace {
static const double gMaxZoom = 6000000; static const double gMaxZoom = 6000000;