diff options
Diffstat (limited to '')
-rw-r--r-- | src/stored_playlist.c (renamed from src/storedPlaylist.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storedPlaylist.c b/src/stored_playlist.c index fb0027599..73362cae1 100644 --- a/src/storedPlaylist.c +++ b/src/stored_playlist.c @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "storedPlaylist.h" +#include "stored_playlist.h" #include "playlist_save.h" #include "song.h" #include "mapper.h" |