aboutsummaryrefslogtreecommitdiffstats
path: root/src/dbUtils.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-10-22 17:21:57 +0200
committerMax Kellermann <max@duempel.org>2008-10-22 17:21:57 +0200
commita4def81313a3be9f511f8f4cdab77ee553b7e5a3 (patch)
treede863739a0d993c447bd1edd2989e3868765033c /src/dbUtils.c
parent1c62e2cd627e6ea2b3a6b216e44f2de41afcce46 (diff)
downloadmpd-a4def81313a3be9f511f8f4cdab77ee553b7e5a3.tar.gz
mpd-a4def81313a3be9f511f8f4cdab77ee553b7e5a3.tar.xz
mpd-a4def81313a3be9f511f8f4cdab77ee553b7e5a3.zip
renamed storedPlaylist.c to stored_playlist.c
No CamelCase in file names.
Diffstat (limited to 'src/dbUtils.c')
-rw-r--r--src/dbUtils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbUtils.c b/src/dbUtils.c
index 8f063f254..6092c7481 100644
--- a/src/dbUtils.c
+++ b/src/dbUtils.c
@@ -28,7 +28,7 @@
#include "tag.h"
#include "strset.h"
#include "log.h"
-#include "storedPlaylist.h"
+#include "stored_playlist.h"
#include <glib.h>