Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #533 from radiant-player/fix-import
Browse files Browse the repository at this point in the history
Fix case sensitive import statement
  • Loading branch information
jacobwgillespie committed Mar 31, 2016
2 parents 5934fa2 + dfc6e33 commit 808166e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radiant-player-mac/LastFm/LastFmPopover.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/

#import <Cocoa/Cocoa.h>
#import <LastFM/LastFm.h>
#import <LastFm/LastFm.h>

#import "LastFmService.h"

Expand Down

0 comments on commit 808166e

Please sign in to comment.