fs/Path: move MPD_PATH_MAX to Limits.hxx

This commit is contained in:
Max Kellermann
2013-10-17 22:00:01 +02:00
parent 58502b38d3
commit 354b5a9365
8 changed files with 46 additions and 14 deletions

View File

@@ -18,7 +18,8 @@
*/
#include "config.h"
#include "fs/Path.hxx"
#include "Path.hxx"
#include "Limits.hxx"
#include "ConfigGlobal.hxx"
#include "system/FatalError.hxx"
#include "util/Error.hxx"