aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-01-08 21:29:29 +0100
committerMax Kellermann <max@duempel.org>2009-01-08 21:29:29 +0100
commitf0b865b4ca7373c99f8469d21ed0505872e53680 (patch)
treeaa5bb0a2e1e5bb4bc3749454257be58eb21bf41a /src
parentc232ea10eddf5d0ff85b0846939a4ef7c9335f89 (diff)
path: include cleanup
Diffstat (limited to 'src')
-rw-r--r--src/path.c1
-rw-r--r--src/path.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/path.c b/src/path.c
index fe602a15..7ff5c797 100644
--- a/src/path.c
+++ b/src/path.c
@@ -18,7 +18,6 @@
#include "path.h"
#include "conf.h"
-#include "playlist.h"
#include <glib.h>
diff --git a/src/path.h b/src/path.h
index 1dbdd782..71b09fb5 100644
--- a/src/path.h
+++ b/src/path.h
@@ -20,7 +20,6 @@
#define MPD_PATH_H
#include <limits.h>
-#include <stddef.h>
#if !defined(MPD_PATH_MAX)
# if defined(MAXPATHLEN)