aboutsummaryrefslogtreecommitdiff
path: root/src/path.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-10-31 13:57:10 +0100
committerMax Kellermann <max@duempel.org>2008-10-31 13:57:10 +0100
commit6757c17689a3990f1daddd035d8dcc39b90e18b8 (patch)
treeec512f216ccbff14caa1e4bca620b777c76bf3e5 /src/path.c
parentf61bb4c8cf5df19afca03a15986cf621b46c9ae1 (diff)
removed UTF-8 library, use GLib instead
Removed duplicated code.
Diffstat (limited to 'src/path.c')
-rw-r--r--src/path.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/path.c b/src/path.c
index 01f18ed1..0494a098 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"