diff options
author | Max Kellermann <max@duempel.org> | 2009-02-25 16:44:06 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-02-25 16:44:06 +0100 |
commit | 6823217697043e3ad2c1e67e4bba759c66d18a4f (patch) | |
tree | 2c947ebe3c0bdfab76ce67873eaa1570bc6a4674 /src/song.c | |
parent | 7957fefc91d2148fb2733f01ceaadf78d6844f1f (diff) | |
download | mpd-6823217697043e3ad2c1e67e4bba759c66d18a4f.tar.gz mpd-6823217697043e3ad2c1e67e4bba759c66d18a4f.tar.xz mpd-6823217697043e3ad2c1e67e4bba759c66d18a4f.zip |
ls: moved generic URI utilities to uri.c
"ls" is a bad name for a library which parses URIs. We'll move the
rest of the "ls" library later.
Diffstat (limited to 'src/song.c')
-rw-r--r-- | src/song.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/song.c b/src/song.c index 6ddf597b2..0262d4b1a 100644 --- a/src/song.c +++ b/src/song.c @@ -17,7 +17,7 @@ */ #include "song.h" -#include "ls.h" +#include "uri.h" #include "directory.h" #include "mapper.h" #include "decoder_list.h" |