renamed storedPlaylist.c to stored_playlist.c

No CamelCase in file names.
This commit is contained in:
Max Kellermann
2008-10-22 17:21:57 +02:00
parent 1c62e2cd62
commit a4def81313
6 changed files with 8 additions and 8 deletions

View File

@@ -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 = \
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

View File

@@ -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"

View File

@@ -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>

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"