diff options
author | Max Kellermann <max@duempel.org> | 2015-06-23 12:35:13 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-06-23 12:35:13 +0200 |
commit | d814a01f2a66e0abb79ba22159e759046bd2c4df (patch) | |
tree | ec64fe2b8a8b1f7f8f98549443f0b88352aa18cb /src/fs/Path.hxx | |
parent | 4c0916df79731c335626f8150c43a35a439e451f (diff) | |
download | mpd-d814a01f2a66e0abb79ba22159e759046bd2c4df.tar.gz mpd-d814a01f2a66e0abb79ba22159e759046bd2c4df.tar.xz mpd-d814a01f2a66e0abb79ba22159e759046bd2c4df.zip |
fs/Path: include cleanup
Diffstat (limited to '')
-rw-r--r-- | src/fs/Path.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fs/Path.hxx b/src/fs/Path.hxx index 70ea52393..43818b2da 100644 --- a/src/fs/Path.hxx +++ b/src/fs/Path.hxx @@ -27,7 +27,6 @@ #include <string> #include <assert.h> -#include <string.h> class AllocatedPath; |