diff options
author | Max Kellermann <max@duempel.org> | 2009-01-08 21:29:29 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-01-08 21:29:29 +0100 |
commit | f0b865b4ca7373c99f8469d21ed0505872e53680 (patch) | |
tree | aa5bb0a2e1e5bb4bc3749454257be58eb21bf41a /src/path.h | |
parent | c232ea10eddf5d0ff85b0846939a4ef7c9335f89 (diff) | |
download | mpd-f0b865b4ca7373c99f8469d21ed0505872e53680.tar.gz mpd-f0b865b4ca7373c99f8469d21ed0505872e53680.tar.xz mpd-f0b865b4ca7373c99f8469d21ed0505872e53680.zip |
path: include cleanup
Diffstat (limited to '')
-rw-r--r-- | src/path.h | 1 |
1 files changed, 0 insertions, 1 deletions
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) |