aboutsummaryrefslogtreecommitdiff
path: root/src/path.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-01-03 14:52:56 +0100
committerMax Kellermann <max@duempel.org>2009-01-03 14:52:56 +0100
commitdec4e4ca85278c957e574e6ade6ff03fffd1ace6 (patch)
tree2243370ec1870845718524507988ce0c55c8c28b /src/path.c
parentd17f0f435b39b19bdc8048c10f7bad7d8dbcd8b2 (diff)
don't include utils.h when it isn't used
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 e63f33b0..19a1f415 100644
--- a/src/path.c
+++ b/src/path.c
@@ -18,7 +18,6 @@
#include "path.h"
#include "conf.h"
-#include "utils.h"
#include "playlist.h"
#include <glib.h>