diff options
Diffstat (limited to 'src/decoder')
-rw-r--r-- | src/decoder/FlacMetadata.cxx | 2 | ||||
-rw-r--r-- | src/decoder/VorbisComments.cxx | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/decoder/FlacMetadata.cxx b/src/decoder/FlacMetadata.cxx index 49e4851e8..078d0c081 100644 --- a/src/decoder/FlacMetadata.cxx +++ b/src/decoder/FlacMetadata.cxx @@ -24,7 +24,7 @@ #include "tag/TagHandler.hxx" #include "tag/TagTable.hxx" #include "tag/TagBuilder.hxx" -#include "replay_gain_info.h" +#include "ReplayGainInfo.hxx" #include <glib.h> diff --git a/src/decoder/VorbisComments.cxx b/src/decoder/VorbisComments.cxx index c8eeb09cd..402ee7c2b 100644 --- a/src/decoder/VorbisComments.cxx +++ b/src/decoder/VorbisComments.cxx @@ -24,9 +24,10 @@ #include "tag/TagTable.hxx" #include "tag/TagHandler.hxx" #include "tag/TagBuilder.hxx" -#include "replay_gain_info.h" +#include "ReplayGainInfo.hxx" #include <glib.h> + #include <assert.h> #include <stddef.h> #include <string.h> |