From 17c6db6c33b9b14a8627b3f9b3da8580a5f932a2 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 2 Oct 2013 12:22:12 +0200 Subject: replay_gain_*.h: rename to *.hxx --- src/decoder/FlacMetadata.cxx | 2 +- src/decoder/VorbisComments.cxx | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'src/decoder') 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 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 + #include #include #include -- cgit v1.2.3