Commit a4def813 authored by Max Kellermann's avatar Max Kellermann

renamed storedPlaylist.c to stored_playlist.c

No CamelCase in file names.
parent 1c62e2cd
...@@ -96,7 +96,7 @@ mpd_headers = \ ...@@ -96,7 +96,7 @@ mpd_headers = \
ioops.h \ ioops.h \
zeroconf.h \ zeroconf.h \
locate.h \ locate.h \
storedPlaylist.h \ stored_playlist.h \
timer.h timer.h
...@@ -171,7 +171,7 @@ mpd_SOURCES = \ ...@@ -171,7 +171,7 @@ mpd_SOURCES = \
volume.c \ volume.c \
utf8.c \ utf8.c \
locate.c \ locate.c \
storedPlaylist.c \ stored_playlist.c \
timer.c timer.c
if HAVE_ID3TAG if HAVE_ID3TAG
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
#include "buffer2array.h" #include "buffer2array.h"
#include "log.h" #include "log.h"
#include "utils.h" #include "utils.h"
#include "storedPlaylist.h" #include "stored_playlist.h"
#include "sllist.h" #include "sllist.h"
#include "ack.h" #include "ack.h"
#include "audio.h" #include "audio.h"
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#include "tag.h" #include "tag.h"
#include "strset.h" #include "strset.h"
#include "log.h" #include "log.h"
#include "storedPlaylist.h" #include "stored_playlist.h"
#include <glib.h> #include <glib.h>
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#include "path.h" #include "path.h"
#include "utils.h" #include "utils.h"
#include "state_file.h" #include "state_file.h"
#include "storedPlaylist.h" #include "stored_playlist.h"
#include "ack.h" #include "ack.h"
#include "idle.h" #include "idle.h"
#include "os_compat.h" #include "os_compat.h"
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#include "storedPlaylist.h" #include "stored_playlist.h"
#include "playlist_save.h" #include "playlist_save.h"
#include "song.h" #include "song.h"
#include "mapper.h" #include "mapper.h"
......
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#ifndef STORED_PLAYLIST_H #ifndef MPD_STORED_PLAYLIST_H
#define STORED_PLAYLIST_H #define MPD_STORED_PLAYLIST_H
#include "list.h" #include "list.h"
#include "playlist.h" #include "playlist.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment