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/tag/ApeReplayGain.cxx | 2 +- src/tag/TagRva2.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tag') diff --git a/src/tag/ApeReplayGain.cxx b/src/tag/ApeReplayGain.cxx index 0135d1b61..817eca349 100644 --- a/src/tag/ApeReplayGain.cxx +++ b/src/tag/ApeReplayGain.cxx @@ -20,7 +20,7 @@ #include "config.h" #include "ApeReplayGain.hxx" #include "ApeLoader.hxx" -#include "replay_gain_info.h" +#include "ReplayGainInfo.hxx" #include diff --git a/src/tag/TagRva2.cxx b/src/tag/TagRva2.cxx index f41119c35..071e3a443 100644 --- a/src/tag/TagRva2.cxx +++ b/src/tag/TagRva2.cxx @@ -19,7 +19,7 @@ #include "config.h" #include "TagRva2.hxx" -#include "replay_gain_info.h" +#include "ReplayGainInfo.hxx" #include #include -- cgit v1.2.3