renamed storedPlaylist.c to stored_playlist.c
No CamelCase in file names.
This commit is contained in:
parent
1c62e2cd62
commit
a4def81313
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include "tag.h"
|
||||
#include "strset.h"
|
||||
#include "log.h"
|
||||
#include "storedPlaylist.h"
|
||||
#include "stored_playlist.h"
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
|
@ -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"
|
Loading…
Reference in New Issue