diff --git a/src/db/VHelper.cxx b/src/db/VHelper.cxx index 210e1e5d8..03e764880 100644 --- a/src/db/VHelper.cxx +++ b/src/db/VHelper.cxx @@ -18,7 +18,6 @@ */ #include "VHelper.hxx" -#include "song/DetachedSong.hxx" #include "song/LightSong.hxx" #include "song/Filter.hxx" diff --git a/src/db/VHelper.hxx b/src/db/VHelper.hxx index ed6bbc2ef..45eefc119 100644 --- a/src/db/VHelper.hxx +++ b/src/db/VHelper.hxx @@ -22,6 +22,7 @@ #include "Visitor.hxx" #include "Selection.hxx" +#include "song/DetachedSong.hxx" #include