Fix tests

This commit is contained in:
Krzysztof Sobiecki 2014-12-23 22:34:56 +01:00
parent 75cea2f2b9
commit 54f4e4e9e9
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"