diff options
author | Max Kellermann <max@duempel.org> | 2014-12-04 21:50:16 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-12-04 21:53:45 +0100 |
commit | 405f1dd02715b142f582eb1eab41b7055da36f99 (patch) | |
tree | db80a18e273f88c3162b374d1de6652420172ffd /src/decoder/plugins/SidplayDecoderPlugin.cxx | |
parent | 51f349d504df664740d3626a153904d6618c63ed (diff) |
decoder/sidplay: include cleanup
Diffstat (limited to 'src/decoder/plugins/SidplayDecoderPlugin.cxx')
-rw-r--r-- | src/decoder/plugins/SidplayDecoderPlugin.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/decoder/plugins/SidplayDecoderPlugin.cxx b/src/decoder/plugins/SidplayDecoderPlugin.cxx index b4dca3629..9bbff7ae1 100644 --- a/src/decoder/plugins/SidplayDecoderPlugin.cxx +++ b/src/decoder/plugins/SidplayDecoderPlugin.cxx @@ -30,8 +30,6 @@ #include "system/FatalError.hxx" #include "Log.hxx" -#include <errno.h> -#include <stdlib.h> #include <string.h> #include <sidplay/sidplay2.h> |