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

@@ -26,6 +26,7 @@
#include "util/StringUtil.hxx"
#include "util/Error.hxx"
#include "util/Domain.hxx"
#include "fs/Limits.hxx"
#include "fs/Path.hxx"
#include "fs/FileSystem.hxx"
#include "Log.hxx"