Merge pull request #4670 from sobkas/fix_tests

Fix tests
This commit is contained in:
John Maguire 2014-12-23 21:49:18 +00:00
commit d2d8be02d1
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"