diff options
author | Max Kellermann <max@duempel.org> | 2014-09-21 13:15:53 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-09-21 13:15:53 +0200 |
commit | ead034e638d6d50b5c8999a22414fda454336747 (patch) | |
tree | 4445e79c97d6e6c1b678a3e22ad5e0481ce28af1 /src | |
parent | a294838bcd0c3d1d792af9bd595ed37f024416fe (diff) |
decoder/sndfile: include cleanup
Diffstat (limited to 'src')
-rw-r--r-- | src/decoder/plugins/SndfileDecoderPlugin.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/decoder/plugins/SndfileDecoderPlugin.cxx b/src/decoder/plugins/SndfileDecoderPlugin.cxx index 08741c982..5518c70be 100644 --- a/src/decoder/plugins/SndfileDecoderPlugin.cxx +++ b/src/decoder/plugins/SndfileDecoderPlugin.cxx @@ -23,7 +23,6 @@ #include "input/InputStream.hxx" #include "CheckAudioFormat.hxx" #include "tag/TagHandler.hxx" -#include "fs/Path.hxx" #include "util/Error.hxx" #include "util/Domain.hxx" #include "Log.hxx" |