aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/tag/ApeReplayGain.cxx2
-rw-r--r--src/tag/TagRva2.cxx2
2 files changed, 2 insertions, 2 deletions
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 <glib.h>
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 <stdint.h>
#include <string.h>