Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sobkas committed Dec 23, 2014
1 parent 75cea2f commit 54f4e4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/mpris1_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tests/song_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 54f4e4e

Please sign in to comment.