diff options
author | Max Kellermann <max@duempel.org> | 2016-03-01 22:08:13 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2016-03-01 22:08:13 +0100 |
commit | 1aee89f5ea603d24991c73e2479472577aa28d66 (patch) | |
tree | 5ac6038804aa63c3c9a22c613efd734fa5d688fd /src/SongUpdate.cxx | |
parent | fb547260d1b992b64c0ffd78e3bc55db86f90bda (diff) |
*: include cleanup (using iwyu)
Diffstat (limited to 'src/SongUpdate.cxx')
-rw-r--r-- | src/SongUpdate.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/SongUpdate.cxx b/src/SongUpdate.cxx index 2d3a2fe5e..f8686f161 100644 --- a/src/SongUpdate.cxx +++ b/src/SongUpdate.cxx @@ -26,10 +26,7 @@ #include "util/UriUtil.hxx" #include "util/Error.hxx" #include "fs/AllocatedPath.hxx" -#include "fs/Traits.hxx" #include "fs/FileInfo.hxx" -#include "decoder/DecoderList.hxx" -#include "tag/Tag.hxx" #include "tag/TagBuilder.hxx" #include "TagFile.hxx" #include "TagStream.hxx" @@ -40,7 +37,6 @@ #include <assert.h> #include <string.h> -#include <sys/stat.h> #ifdef ENABLE_DATABASE |