diff options
Diffstat (limited to 'src/decoder')
-rw-r--r-- | src/decoder/FlacIOHandle.cxx | 2 | ||||
-rw-r--r-- | src/decoder/FlacIOHandle.hxx | 2 | ||||
-rw-r--r-- | src/decoder/FlacInput.cxx | 2 | ||||
-rw-r--r-- | src/decoder/FlacMetadata.hxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/decoder/FlacIOHandle.cxx b/src/decoder/FlacIOHandle.cxx index 77da864e5..28ef60006 100644 --- a/src/decoder/FlacIOHandle.cxx +++ b/src/decoder/FlacIOHandle.cxx @@ -20,7 +20,7 @@ #include "config.h" #include "FlacIOHandle.hxx" #include "util/Error.hxx" -#include "gcc.h" +#include "Compiler.h" #include <errno.h> diff --git a/src/decoder/FlacIOHandle.hxx b/src/decoder/FlacIOHandle.hxx index 3216dafa4..996f0d96b 100644 --- a/src/decoder/FlacIOHandle.hxx +++ b/src/decoder/FlacIOHandle.hxx @@ -20,7 +20,7 @@ #ifndef MPD_FLAC_IO_HANDLE_HXX #define MPD_FLAC_IO_HANDLE_HXX -#include "gcc.h" +#include "Compiler.h" #include "InputStream.hxx" #include <FLAC/callback.h> diff --git a/src/decoder/FlacInput.cxx b/src/decoder/FlacInput.cxx index 88b942971..399e78905 100644 --- a/src/decoder/FlacInput.cxx +++ b/src/decoder/FlacInput.cxx @@ -24,7 +24,7 @@ #include "InputStream.hxx" #include "util/Error.hxx" #include "Log.hxx" -#include "gcc.h" +#include "Compiler.h" FLAC__StreamDecoderReadStatus FlacInput::Read(FLAC__byte buffer[], size_t *bytes) diff --git a/src/decoder/FlacMetadata.hxx b/src/decoder/FlacMetadata.hxx index 57769672f..5159a1a41 100644 --- a/src/decoder/FlacMetadata.hxx +++ b/src/decoder/FlacMetadata.hxx @@ -20,7 +20,7 @@ #ifndef MPD_FLAC_METADATA_H #define MPD_FLAC_METADATA_H -#include "gcc.h" +#include "Compiler.h" #include "FlacIOHandle.hxx" #include <FLAC/metadata.h> |