diff options
Diffstat (limited to '')
-rw-r--r-- | src/path.c | 1 | ||||
-rw-r--r-- | src/path.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/path.c b/src/path.c index fe602a15f..7ff5c7977 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 1dbdd7820..71b09fb5b 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) |