Commit 9bc4c168 authored by Max Kellermann's avatar Max Kellermann

tag/MixRamp: rename to MixRampParser.cxx

parent 3415049d
......@@ -38,7 +38,7 @@
#include "tag/Builder.hxx"
#include "tag/Handler.hxx"
#include "tag/ReplayGain.hxx"
#include "tag/MixRamp.hxx"
#include "tag/MixRampParser.hxx"
#include "input/InputStream.hxx"
#include "pcm/CheckAudioFormat.hxx"
#include "util/ScopeExit.hxx"
......
......@@ -25,7 +25,7 @@
#include "tag/Id3ReplayGain.hxx"
#include "tag/Handler.hxx"
#include "tag/ReplayGain.hxx"
#include "tag/MixRamp.hxx"
#include "tag/MixRampParser.hxx"
#include "pcm/CheckAudioFormat.hxx"
#include "util/Clamp.hxx"
#include "util/StringCompare.hxx"
......
......@@ -23,7 +23,7 @@
#include "tag/Handler.hxx"
#include "tag/Builder.hxx"
#include "tag/ReplayGain.hxx"
#include "tag/MixRamp.hxx"
#include "tag/MixRampParser.hxx"
#include "fs/Path.hxx"
#include "util/Domain.hxx"
#include "util/ScopeExit.hxx"
......
......@@ -26,7 +26,7 @@
#include "tag/Builder.hxx"
#include "tag/Tag.hxx"
#include "tag/ReplayGain.hxx"
#include "tag/MixRamp.hxx"
#include "tag/MixRampParser.hxx"
#include "ReplayGainInfo.hxx"
#include "util/StringView.hxx"
......
......@@ -17,7 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "MixRamp.hxx"
#include "MixRampParser.hxx"
#include "VorbisComment.hxx"
#include "MixRampInfo.hxx"
#include "util/ASCII.hxx"
......
......@@ -17,8 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef MPD_TAG_MIXRAMP_HXX
#define MPD_TAG_MIXRAMP_HXX
#pragma once
struct StringView;
class MixRampInfo;
......@@ -29,5 +28,3 @@ ParseMixRampTag(MixRampInfo &info,
bool
ParseMixRampVorbis(MixRampInfo &info, StringView entry) noexcept;
#endif
......@@ -28,7 +28,7 @@ tag_sources = [
'Format.cxx',
'VorbisComment.cxx',
'ReplayGain.cxx',
'MixRamp.cxx',
'MixRampParser.cxx',
'Generic.cxx',
'Id3MusicBrainz.cxx',
'Id3Picture.cxx',
......
......@@ -17,7 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "tag/MixRamp.hxx"
#include "tag/MixRampParser.cxx"
#include "util/StringView.hxx"
#include "MixRampInfo.hxx"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment