summaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-08-03 13:10:49 +0200
committerMax Kellermann <max@musicpd.org>2019-08-03 13:10:49 +0200
commitcde6c46d2fff083166c3aca7fbf07df737c07cdc (patch)
tree51c5706d03b6ea61fa6dad6566dfa67bc090efda /src/fs
parentd305f187d5268a040aca6df62849c33b05308963 (diff)
util/Macros: replace with std::size() (C++17)
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/NarrowPath.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fs/NarrowPath.hxx b/src/fs/NarrowPath.hxx
index 7375ea278..b8cca2d45 100644
--- a/src/fs/NarrowPath.hxx
+++ b/src/fs/NarrowPath.hxx
@@ -21,7 +21,6 @@
#define MPD_FS_NARROW_PATH_HXX
#include "Path.hxx"
-#include "util/Macros.hxx"
#ifdef _UNICODE
#include "lib/icu/Win32.hxx"