From f4703bbd1f3f6f6ce06b55556e2c8db244c21ee0 Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Sat, 11 May 2019 10:41:29 -0400 Subject: [PATCH] ViewInfo doesn't need Project.h --- src/ViewInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ViewInfo.cpp b/src/ViewInfo.cpp index 63aef1439..2af0132e2 100644 --- a/src/ViewInfo.cpp +++ b/src/ViewInfo.cpp @@ -15,10 +15,10 @@ Paul Licameli #include #include "AudioIO.h" -#include "Project.h" #include "prefs/GUISettings.h" #include "Prefs.h" #include "prefs/TracksBehaviorsPrefs.h" +#include "xml/XMLWriter.h" namespace { static const double gMaxZoom = 6000000;