aboutsummaryrefslogtreecommitdiff
path: root/src/path.h
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/path.h
parentc232ea10eddf5d0ff85b0846939a4ef7c9335f89 (diff)
path: include cleanup
Diffstat (limited to 'src/path.h')
-rw-r--r--src/path.h1
1 files changed, 0 insertions, 1 deletions
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)