diff options
Diffstat (limited to 'src/fs/Path.hxx')
-rw-r--r-- | src/fs/Path.hxx | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/fs/Path.hxx b/src/fs/Path.hxx index 3cd25e71c..0f79cce4e 100644 --- a/src/fs/Path.hxx +++ b/src/fs/Path.hxx @@ -32,19 +32,6 @@ #include <assert.h> #include <string.h> -#include <limits.h> - -#if !defined(MPD_PATH_MAX) -# if defined(WIN32) -# define MPD_PATH_MAX 260 -# elif defined(MAXPATHLEN) -# define MPD_PATH_MAX MAXPATHLEN -# elif defined(PATH_MAX) -# define MPD_PATH_MAX PATH_MAX -# else -# define MPD_PATH_MAX 256 -# endif -#endif class Error; |