diff options
author | Max Kellermann <max@duempel.org> | 2008-10-31 13:57:10 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-31 13:57:10 +0100 |
commit | 6757c17689a3990f1daddd035d8dcc39b90e18b8 (patch) | |
tree | ec512f216ccbff14caa1e4bca620b777c76bf3e5 /src/path.c | |
parent | f61bb4c8cf5df19afca03a15986cf621b46c9ae1 (diff) | |
download | mpd-6757c17689a3990f1daddd035d8dcc39b90e18b8.tar.gz mpd-6757c17689a3990f1daddd035d8dcc39b90e18b8.tar.xz mpd-6757c17689a3990f1daddd035d8dcc39b90e18b8.zip |
removed UTF-8 library, use GLib instead
Removed duplicated code.
Diffstat (limited to 'src/path.c')
-rw-r--r-- | src/path.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/path.c b/src/path.c index 01f18ed1b..0494a0985 100644 --- a/src/path.c +++ b/src/path.c @@ -19,7 +19,6 @@ #include "path.h" #include "log.h" #include "conf.h" -#include "utf8.h" #include "utils.h" #include "playlist.h" #include "os_compat.h" |