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 \
zeroconf.h \
locate.h \
storedPlaylist.h \
stored_playlist.h \
timer.h
@ -171,7 +171,7 @@ mpd_SOURCES = \
volume.c \
utf8.c \
locate.c \
storedPlaylist.c \
stored_playlist.c \
timer.c
if HAVE_ID3TAG

View File

@ -30,7 +30,7 @@
#include "buffer2array.h"
#include "log.h"
#include "utils.h"
#include "storedPlaylist.h"
#include "stored_playlist.h"
#include "sllist.h"
#include "ack.h"
#include "audio.h"

View File

@ -28,7 +28,7 @@
#include "tag.h"
#include "strset.h"
#include "log.h"
#include "storedPlaylist.h"
#include "stored_playlist.h"
#include <glib.h>

View File

@ -32,7 +32,7 @@
#include "path.h"
#include "utils.h"
#include "state_file.h"
#include "storedPlaylist.h"
#include "stored_playlist.h"
#include "ack.h"
#include "idle.h"
#include "os_compat.h"

View File

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

View File

@ -16,8 +16,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef STORED_PLAYLIST_H
#define STORED_PLAYLIST_H
#ifndef MPD_STORED_PLAYLIST_H
#define MPD_STORED_PLAYLIST_H
#include "list.h"
#include "playlist.h"