replay_gain_*.h: rename to *.hxx

This commit is contained in:
Max Kellermann
2013-10-02 12:22:12 +02:00
parent 86316b1828
commit 17c6db6c33
21 changed files with 29 additions and 63 deletions

View File

@@ -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>

View File

@@ -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>