From e66651a4cbcfc8f3617908abb22a6ba26972a841 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sun, 2 Jul 2023 00:29:30 +0200 Subject: [PATCH] Song: Remove unused application include --- src/core/song.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/song.cpp b/src/core/song.cpp index bafc11822..a98d9b50d 100644 --- a/src/core/song.cpp +++ b/src/core/song.cpp @@ -54,7 +54,6 @@ #include "utilities/coverutils.h" #include "utilities/timeconstants.h" #include "song.h" -#include "application.h" #include "sqlquery.h" #include "mpris_common.h" #include "sqlrow.h"