diff --git a/tests/mpris1_test.cpp b/tests/mpris1_test.cpp index 01c3b27e7..02a4c97c0 100644 --- a/tests/mpris1_test.cpp +++ b/tests/mpris1_test.cpp @@ -23,7 +23,7 @@ #include "playlist/playlistmanager.h" #include "playlist/playlistsequence.h" #ifdef HAVE_LIBLASTFM - #include "internet/lastfmcompat.h" + #include "internet/lastfm/lastfmcompat.h" #endif #include "gmock/gmock.h" diff --git a/tests/song_test.cpp b/tests/song_test.cpp index 1fe39ae42..65eac3c6a 100644 --- a/tests/song_test.cpp +++ b/tests/song_test.cpp @@ -19,7 +19,7 @@ #include "tagreader.h" #include "core/song.h" #ifdef HAVE_LIBLASTFM - #include "internet/lastfmcompat.h" + #include "internet/lastfm/lastfmcompat.h" #endif #include "gmock/gmock.h"