From 54f4e4e9e9c3247e0774f9867a4230803f6b1e8f Mon Sep 17 00:00:00 2001 From: Krzysztof Sobiecki Date: Tue, 23 Dec 2014 22:34:56 +0100 Subject: [PATCH] Fix tests --- tests/mpris1_test.cpp | 2 +- tests/song_test.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"