Consistently use quote form when including our own headers

This commit is contained in:
Urs Fleisch 2023-07-16 07:55:59 +02:00
parent 2a1fb27735
commit cc7d23cdf5
127 changed files with 476 additions and 479 deletions

View File

@ -20,26 +20,26 @@
***************************************************************************/
#ifdef HAVE_CONFIG_H
# include <config.h>
# include "config.h"
#endif
#include <cstdlib>
#include <fileref.h>
#include <tfile.h>
#include <asffile.h>
#include <vorbisfile.h>
#include <mpegfile.h>
#include <flacfile.h>
#include <oggflacfile.h>
#include <mpcfile.h>
#include <wavpackfile.h>
#include <speexfile.h>
#include <trueaudiofile.h>
#include <mp4file.h>
#include <tag.h>
#include "fileref.h"
#include "tfile.h"
#include "asffile.h"
#include "vorbisfile.h"
#include "mpegfile.h"
#include "flacfile.h"
#include "oggflacfile.h"
#include "mpcfile.h"
#include "wavpackfile.h"
#include "speexfile.h"
#include "trueaudiofile.h"
#include "mp4file.h"
#include "tag.h"
#include <cstring>
#include <id3v2framefactory.h>
#include <tpropertymap.h>
#include "id3v2framefactory.h"
#include "tpropertymap.h"
#include "tag_c.h"

View File

@ -25,18 +25,18 @@
#include <iostream>
#include <cstdlib>
#include <tbytevector.h>
#include "tbytevector.h"
#include <mpegfile.h>
#include "mpegfile.h"
#include <id3v2tag.h>
#include <id3v2frame.h>
#include <id3v2header.h>
#include <commentsframe.h>
#include "id3v2tag.h"
#include "id3v2frame.h"
#include "id3v2header.h"
#include "commentsframe.h"
#include <id3v1tag.h>
#include "id3v1tag.h"
#include <apetag.h>
#include "apetag.h"
using namespace std;
using namespace TagLib;

View File

@ -23,8 +23,8 @@
*/
#include <iostream>
#include <mpegfile.h>
#include <tstring.h>
#include "mpegfile.h"
#include "tstring.h"
using namespace TagLib;

View File

@ -26,9 +26,9 @@
#include <iomanip>
#include <cstdio>
#include <fileref.h>
#include <tag.h>
#include <tpropertymap.h>
#include "fileref.h"
#include "tag.h"
#include "tpropertymap.h"
using namespace std;

View File

@ -24,7 +24,7 @@
#include <stdio.h>
#include <string.h>
#include <tag_c.h>
#include "tag_c.h"
#ifndef FALSE
#define FALSE 0

View File

@ -31,11 +31,11 @@
#include <sys/stat.h>
#include <cstdlib>
#include <tlist.h>
#include <fileref.h>
#include <tfile.h>
#include <tag.h>
#include <tpropertymap.h>
#include "tlist.h"
#include "fileref.h"
#include "tfile.h"
#include "tag.h"
#include "tpropertymap.h"
using namespace std;

View File

@ -31,14 +31,14 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tbytevector.h>
#include <tstring.h>
#include <tdebug.h>
#include <tagunion.h>
#include <id3v1tag.h>
#include <id3v2header.h>
#include <tpropertymap.h>
#include <tagutils.h>
#include "tbytevector.h"
#include "tstring.h"
#include "tdebug.h"
#include "tagunion.h"
#include "id3v1tag.h"
#include "id3v2header.h"
#include "tpropertymap.h"
#include "tagutils.h"
#include "apefile.h"
#include "apetag.h"

View File

@ -27,8 +27,8 @@
#include <iostream>
#include <bitset>
#include <tstring.h>
#include <tdebug.h>
#include "tstring.h"
#include "tdebug.h"
#include "apefooter.h"

View File

@ -23,8 +23,8 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tbytevectorlist.h>
#include <tdebug.h>
#include "tbytevectorlist.h"
#include "tdebug.h"
#include "apeitem.h"

View File

@ -27,8 +27,8 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tstring.h>
#include <tdebug.h>
#include "tstring.h"
#include "tdebug.h"
#include <bitset>
#include "id3v2tag.h"
#include "apeproperties.h"

View File

@ -31,12 +31,12 @@
#define WANT_CLASS_INSTANTIATION_OF_MAP (1)
#endif
#include <tfile.h>
#include <tstring.h>
#include <tmap.h>
#include <tpropertymap.h>
#include <tdebug.h>
#include <tutils.h>
#include "tfile.h"
#include "tstring.h"
#include "tmap.h"
#include "tpropertymap.h"
#include "tdebug.h"
#include "tutils.h"
#include "apetag.h"
#include "apefooter.h"

View File

@ -23,9 +23,9 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <taglib.h>
#include <tdebug.h>
#include <trefcounter.h>
#include "taglib.h"
#include "tdebug.h"
#include "trefcounter.h"
#include "asfattribute.h"
#include "asffile.h"

View File

@ -23,11 +23,11 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tdebug.h>
#include <tbytevectorlist.h>
#include <tpropertymap.h>
#include <tstring.h>
#include <tagutils.h>
#include "tdebug.h"
#include "tbytevectorlist.h"
#include "tpropertymap.h"
#include "tstring.h"
#include "tagutils.h"
#include "asffile.h"
#include "asftag.h"

View File

@ -23,9 +23,9 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <taglib.h>
#include <tdebug.h>
#include <trefcounter.h>
#include "taglib.h"
#include "tdebug.h"
#include "trefcounter.h"
#include "asfattribute.h"
#include "asffile.h"

View File

@ -23,8 +23,8 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tdebug.h>
#include <tstring.h>
#include "tdebug.h"
#include "tstring.h"
#include "asfproperties.h"
using namespace TagLib;

View File

@ -23,7 +23,7 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tpropertymap.h>
#include "tpropertymap.h"
#include "asftag.h"
using namespace TagLib;

View File

@ -29,11 +29,11 @@
#include <cstring>
#include <tfile.h>
#include <tfilestream.h>
#include <tstring.h>
#include <tdebug.h>
#include <trefcounter.h>
#include "tfile.h"
#include "tfilestream.h"
#include "tstring.h"
#include "tdebug.h"
#include "trefcounter.h"
#include "fileref.h"
#include "asffile.h"

View File

@ -23,18 +23,18 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tbytevector.h>
#include <tstring.h>
#include <tlist.h>
#include <tdebug.h>
#include <tagunion.h>
#include <tpropertymap.h>
#include <tagutils.h>
#include "tbytevector.h"
#include "tstring.h"
#include "tlist.h"
#include "tdebug.h"
#include "tagunion.h"
#include "tpropertymap.h"
#include "tagutils.h"
#include <id3v2header.h>
#include <id3v2tag.h>
#include <id3v1tag.h>
#include <xiphcomment.h>
#include "id3v2header.h"
#include "id3v2tag.h"
#include "id3v1tag.h"
#include "xiphcomment.h"
#include "flacpicture.h"
#include "flacfile.h"

View File

@ -23,8 +23,8 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <taglib.h>
#include <tdebug.h>
#include "taglib.h"
#include "tdebug.h"
#include "flacmetadatablock.h"
using namespace TagLib;

View File

@ -23,8 +23,8 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <taglib.h>
#include <tdebug.h>
#include "taglib.h"
#include "tdebug.h"
#include "flacpicture.h"
using namespace TagLib;
@ -214,4 +214,3 @@ void FLAC::Picture::setData(const ByteVector &data)
{
d->data = data;
}

View File

@ -23,8 +23,8 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tstring.h>
#include <tdebug.h>
#include "tstring.h"
#include "tdebug.h"
#include "flacproperties.h"
#include "flacfile.h"

View File

@ -23,9 +23,9 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <taglib.h>
#include <tdebug.h>
#include <tstring.h>
#include "taglib.h"
#include "tdebug.h"
#include "tstring.h"
#include "flacunknownmetadatablock.h"
using namespace TagLib;
@ -75,4 +75,3 @@ ByteVector FLAC::UnknownMetadataBlock::render() const
{
return d->data;
}

View File

@ -25,8 +25,8 @@
#include <climits>
#include <tdebug.h>
#include <tstring.h>
#include "tdebug.h"
#include "tstring.h"
#include "mp4atom.h"
using namespace TagLib;

View File

@ -23,8 +23,8 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <taglib.h>
#include <tdebug.h>
#include "taglib.h"
#include "tdebug.h"
#include "trefcounter.h"
#include "mp4coverart.h"

View File

@ -23,10 +23,10 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tdebug.h>
#include <tstring.h>
#include <tpropertymap.h>
#include <tagutils.h>
#include "tdebug.h"
#include "tstring.h"
#include "tpropertymap.h"
#include "tagutils.h"
#include "mp4atom.h"
#include "mp4tag.h"

View File

@ -23,8 +23,8 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <taglib.h>
#include <tdebug.h>
#include "taglib.h"
#include "tdebug.h"
#include "trefcounter.h"
#include "mp4item.h"

View File

@ -23,8 +23,8 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tdebug.h>
#include <tstring.h>
#include "tdebug.h"
#include "tstring.h"
#include "mp4file.h"
#include "mp4atom.h"
#include "mp4properties.h"

View File

@ -23,9 +23,9 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tdebug.h>
#include <tstring.h>
#include <tpropertymap.h>
#include "tdebug.h"
#include "tstring.h"
#include "tpropertymap.h"
#include "mp4atom.h"
#include "mp4tag.h"
#include "id3v1genres.h"

View File

@ -23,12 +23,12 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tbytevector.h>
#include <tstring.h>
#include <tagunion.h>
#include <tdebug.h>
#include <tpropertymap.h>
#include <tagutils.h>
#include "tbytevector.h"
#include "tstring.h"
#include "tagunion.h"
#include "tdebug.h"
#include "tpropertymap.h"
#include "tagutils.h"
#include "mpcfile.h"
#include "id3v1tag.h"

View File

@ -23,8 +23,8 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tstring.h>
#include <tdebug.h>
#include "tstring.h"
#include "tdebug.h"
#include <bitset>
#include <cmath>

View File

@ -23,8 +23,8 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tdebug.h>
#include <tfile.h>
#include "tdebug.h"
#include "tfile.h"
#include "id3v1tag.h"
#include "id3v1genres.h"

View File

@ -25,8 +25,8 @@
#include "attachedpictureframe.h"
#include <tstringlist.h>
#include <tdebug.h>
#include "tstringlist.h"
#include "tdebug.h"
using namespace TagLib;
using namespace ID3v2;

View File

@ -23,9 +23,9 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tbytevectorlist.h>
#include <tpropertymap.h>
#include <tdebug.h>
#include "tbytevectorlist.h"
#include "tpropertymap.h"
#include "tdebug.h"
#include <cstdio>
#include "chapterframe.h"

View File

@ -23,10 +23,10 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tbytevectorlist.h>
#include <id3v2tag.h>
#include <tdebug.h>
#include <tstringlist.h>
#include "tbytevectorlist.h"
#include "id3v2tag.h"
#include "tdebug.h"
#include "tstringlist.h"
#include "commentsframe.h"
#include "tpropertymap.h"

View File

@ -24,10 +24,10 @@
***************************************************************************/
#include "eventtimingcodesframe.h"
#include <tbytevectorlist.h>
#include <id3v2tag.h>
#include <tdebug.h>
#include <tpropertymap.h>
#include "tbytevectorlist.h"
#include "id3v2tag.h"
#include "tdebug.h"
#include "tpropertymap.h"
using namespace TagLib;
using namespace ID3v2;

View File

@ -26,8 +26,8 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tdebug.h>
#include <tstringlist.h>
#include "tdebug.h"
#include "tstringlist.h"
#include "generalencapsulatedobjectframe.h"

View File

@ -23,9 +23,9 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tdebug.h>
#include <tstringlist.h>
#include <id3v2tag.h>
#include "tdebug.h"
#include "tstringlist.h"
#include "id3v2tag.h"
#include "ownershipframe.h"

View File

@ -24,7 +24,7 @@
***************************************************************************/
#include "podcastframe.h"
#include <tpropertymap.h>
#include "tpropertymap.h"
using namespace TagLib;
using namespace ID3v2;

View File

@ -23,7 +23,7 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tdebug.h>
#include "tdebug.h"
#include "popularimeterframe.h"

View File

@ -24,9 +24,9 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tbytevectorlist.h>
#include <id3v2tag.h>
#include <tdebug.h>
#include "tbytevectorlist.h"
#include "id3v2tag.h"
#include "tdebug.h"
#include "privateframe.h"

View File

@ -23,8 +23,8 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tdebug.h>
#include <tmap.h>
#include "tdebug.h"
#include "tmap.h"
#include "relativevolumeframe.h"

View File

@ -24,10 +24,10 @@
***************************************************************************/
#include "synchronizedlyricsframe.h"
#include <tbytevectorlist.h>
#include <id3v2tag.h>
#include <tdebug.h>
#include <tpropertymap.h>
#include "tbytevectorlist.h"
#include "id3v2tag.h"
#include "tdebug.h"
#include "tpropertymap.h"
using namespace TagLib;
using namespace ID3v2;

View File

@ -23,9 +23,9 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tbytevectorlist.h>
#include <tpropertymap.h>
#include <tdebug.h>
#include "tbytevectorlist.h"
#include "tpropertymap.h"
#include "tdebug.h"
#include "tableofcontentsframe.h"

View File

@ -23,8 +23,8 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tbytevectorlist.h>
#include <id3v2tag.h>
#include "tbytevectorlist.h"
#include "id3v2tag.h"
#include "textidentificationframe.h"
#include "tpropertymap.h"
#include "id3v1genres.h"

View File

@ -23,9 +23,9 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tbytevectorlist.h>
#include <tpropertymap.h>
#include <tdebug.h>
#include "tbytevectorlist.h"
#include "tpropertymap.h"
#include "tdebug.h"
#include "id3v2tag.h"
#include "uniquefileidentifierframe.h"

View File

@ -27,10 +27,10 @@
***************************************************************************/
#include "unsynchronizedlyricsframe.h"
#include <tbytevectorlist.h>
#include <id3v2tag.h>
#include <tdebug.h>
#include <tpropertymap.h>
#include "tbytevectorlist.h"
#include "id3v2tag.h"
#include "tdebug.h"
#include "tpropertymap.h"
using namespace TagLib;
using namespace ID3v2;

View File

@ -28,9 +28,9 @@
#include "urllinkframe.h"
#include "id3v2tag.h"
#include <tdebug.h>
#include <tstringlist.h>
#include <tpropertymap.h>
#include "tdebug.h"
#include "tstringlist.h"
#include "tpropertymap.h"
using namespace TagLib;
using namespace ID3v2;

View File

@ -25,9 +25,9 @@
#include <bitset>
#include <tdebug.h>
#include <tstringlist.h>
#include <tzlib.h>
#include "tdebug.h"
#include "tstringlist.h"
#include "tzlib.h"
#include "id3v2tag.h"
#include "id3v2frame.h"

View File

@ -23,8 +23,8 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tdebug.h>
#include <tzlib.h>
#include "tdebug.h"
#include "tzlib.h"
#include "id3v2framefactory.h"
#include "id3v2synchdata.h"

View File

@ -26,8 +26,8 @@
#include <iostream>
#include <bitset>
#include <tstring.h>
#include <tdebug.h>
#include "tstring.h"
#include "tdebug.h"
#include "id3v2header.h"
#include "id3v2footer.h"

View File

@ -25,10 +25,10 @@
#include <algorithm>
#include <tfile.h>
#include <tbytevector.h>
#include <tpropertymap.h>
#include <tdebug.h>
#include "tfile.h"
#include "tbytevector.h"
#include "tpropertymap.h"
#include "tdebug.h"
#include "id3v2tag.h"
#include "id3v2header.h"

View File

@ -23,14 +23,14 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tagunion.h>
#include <tagutils.h>
#include <id3v2tag.h>
#include <id3v2header.h>
#include <id3v1tag.h>
#include <apefooter.h>
#include <apetag.h>
#include <tdebug.h>
#include "tagunion.h"
#include "tagutils.h"
#include "id3v2tag.h"
#include "id3v2header.h"
#include "id3v1tag.h"
#include "apefooter.h"
#include "apetag.h"
#include "tdebug.h"
#include "mpegfile.h"
#include "mpegheader.h"

View File

@ -23,11 +23,11 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tbytevector.h>
#include <tstring.h>
#include <tfile.h>
#include <tdebug.h>
#include <trefcounter.h>
#include "tbytevector.h"
#include "tstring.h"
#include "tfile.h"
#include "tdebug.h"
#include "trefcounter.h"
#include "mpegheader.h"
#include "mpegutils.h"

View File

@ -23,8 +23,8 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tdebug.h>
#include <tstring.h>
#include "tdebug.h"
#include "tstring.h"
#include "mpegproperties.h"
#include "mpegfile.h"

View File

@ -23,9 +23,9 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tbytevector.h>
#include <tstring.h>
#include <tdebug.h>
#include "tbytevector.h"
#include "tstring.h"
#include "tdebug.h"
#include "xingheader.h"
#include "mpegfile.h"

View File

@ -23,13 +23,13 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tbytevector.h>
#include <tstring.h>
#include <tdebug.h>
#include <tpropertymap.h>
#include <tagutils.h>
#include "tbytevector.h"
#include "tstring.h"
#include "tdebug.h"
#include "tpropertymap.h"
#include "tagutils.h"
#include <xiphcomment.h>
#include "xiphcomment.h"
#include "oggflacfile.h"
using namespace TagLib;

View File

@ -23,10 +23,10 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tbytevectorlist.h>
#include <tmap.h>
#include <tstring.h>
#include <tdebug.h>
#include "tbytevectorlist.h"
#include "tmap.h"
#include "tstring.h"
#include "tdebug.h"
#include "oggfile.h"
#include "oggpage.h"

View File

@ -25,8 +25,8 @@
#include <algorithm>
#include <tstring.h>
#include <tdebug.h>
#include "tstring.h"
#include "tdebug.h"
#include "oggpage.h"
#include "oggpageheader.h"

View File

@ -25,9 +25,9 @@
#include <bitset>
#include <tstring.h>
#include <tdebug.h>
#include <taglib.h>
#include "tstring.h"
#include "tdebug.h"
#include "taglib.h"
#include "oggpageheader.h"
#include "oggfile.h"

View File

@ -27,10 +27,10 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tstring.h>
#include <tdebug.h>
#include <tpropertymap.h>
#include <tagutils.h>
#include "tstring.h"
#include "tdebug.h"
#include "tpropertymap.h"
#include "tagutils.h"
#include "opusfile.h"

View File

@ -27,10 +27,10 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tstring.h>
#include <tdebug.h>
#include "tstring.h"
#include "tdebug.h"
#include <oggpageheader.h>
#include "oggpageheader.h"
#include "opusproperties.h"
#include "opusfile.h"

View File

@ -27,10 +27,10 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tstring.h>
#include <tdebug.h>
#include <tpropertymap.h>
#include <tagutils.h>
#include "tstring.h"
#include "tdebug.h"
#include "tpropertymap.h"
#include "tagutils.h"
#include "speexfile.h"

View File

@ -27,10 +27,10 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tstring.h>
#include <tdebug.h>
#include "tstring.h"
#include "tdebug.h"
#include <oggpageheader.h>
#include "oggpageheader.h"
#include "speexproperties.h"
#include "speexfile.h"

View File

@ -25,10 +25,10 @@
#include <bitset>
#include <tstring.h>
#include <tdebug.h>
#include <tpropertymap.h>
#include <tagutils.h>
#include "tstring.h"
#include "tdebug.h"
#include "tpropertymap.h"
#include "tagutils.h"
#include "vorbisfile.h"

View File

@ -23,10 +23,10 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tstring.h>
#include <tdebug.h>
#include "tstring.h"
#include "tdebug.h"
#include <oggpageheader.h>
#include "oggpageheader.h"
#include "vorbisproperties.h"
#include "vorbisfile.h"

View File

@ -23,12 +23,12 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tbytevector.h>
#include <tdebug.h>
#include "tbytevector.h"
#include "tdebug.h"
#include <flacpicture.h>
#include <xiphcomment.h>
#include <tpropertymap.h>
#include "flacpicture.h"
#include "xiphcomment.h"
#include "tpropertymap.h"
using namespace TagLib;

View File

@ -23,12 +23,12 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tbytevector.h>
#include <tdebug.h>
#include <id3v2tag.h>
#include <tstringlist.h>
#include <tpropertymap.h>
#include <tagutils.h>
#include "tbytevector.h"
#include "tdebug.h"
#include "id3v2tag.h"
#include "tstringlist.h"
#include "tpropertymap.h"
#include "tagutils.h"
#include "aifffile.h"

View File

@ -23,8 +23,8 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tstring.h>
#include <tdebug.h>
#include "tstring.h"
#include "tdebug.h"
#include "aifffile.h"
#include "aiffproperties.h"

View File

@ -26,9 +26,9 @@
#include <algorithm>
#include <vector>
#include <tbytevector.h>
#include <tdebug.h>
#include <tstring.h>
#include "tbytevector.h"
#include "tdebug.h"
#include "tstring.h"
#include "rifffile.h"
#include "riffutils.h"

View File

@ -23,8 +23,8 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tdebug.h>
#include <tfile.h>
#include "tdebug.h"
#include "tfile.h"
#include "infotag.h"
#include "riffutils.h"

View File

@ -23,11 +23,11 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tbytevector.h>
#include <tdebug.h>
#include <tstringlist.h>
#include <tpropertymap.h>
#include <tagutils.h>
#include "tbytevector.h"
#include "tdebug.h"
#include "tstringlist.h"
#include "tpropertymap.h"
#include "tagutils.h"
#include "wavfile.h"
#include "id3v2tag.h"

View File

@ -23,7 +23,7 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tdebug.h>
#include "tdebug.h"
#include "wavfile.h"
#include "wavproperties.h"

View File

@ -23,9 +23,9 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tagunion.h>
#include <tstringlist.h>
#include <tpropertymap.h>
#include "tagunion.h"
#include "tstringlist.h"
#include "tpropertymap.h"
#include "id3v1tag.h"
#include "id3v2tag.h"

View File

@ -23,7 +23,7 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tfile.h>
#include "tfile.h"
#include "id3v1tag.h"
#include "id3v2header.h"

View File

@ -30,7 +30,7 @@
#ifndef DO_NOT_DOCUMENT // tell Doxygen not to document this header
#include <tbytevector.h>
#include "tbytevector.h"
namespace TagLib {

View File

@ -30,10 +30,10 @@
#include <cstdio>
#include <cstring>
#include <tstring.h>
#include <tdebug.h>
#include <trefcounter.h>
#include <tutils.h>
#include "tstring.h"
#include "tdebug.h"
#include "trefcounter.h"
#include "tutils.h"
#include "tbytevector.h"

View File

@ -24,7 +24,7 @@
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#include "config.h"
#endif
#if !defined(NDEBUG) || defined(TRACE_IN_RELEASE)

View File

@ -25,7 +25,7 @@
#ifdef _WIN32
# include <windows.h>
# include <tstring.h>
# include "tstring.h"
#endif
#include "tiostream.h"

View File

@ -24,7 +24,7 @@
***************************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#include "config.h"
#endif
#include "trefcounter.h"

View File

@ -28,10 +28,10 @@
#include <utf8-cpp/checked.h>
#include <tdebug.h>
#include <tstringlist.h>
#include <trefcounter.h>
#include <tutils.h>
#include "tdebug.h"
#include "tstringlist.h"
#include "trefcounter.h"
#include "tutils.h"
#include "tstring.h"

View File

@ -31,20 +31,20 @@
#ifndef DO_NOT_DOCUMENT // tell Doxygen not to document this header
#ifdef HAVE_CONFIG_H
# include <config.h>
# include "config.h"
#endif
#if defined(HAVE_MSC_BYTESWAP)
# include <stdlib.h>
# include "stdlib.h"
#elif defined(HAVE_GLIBC_BYTESWAP)
# include <byteswap.h>
# include "byteswap.h"
#elif defined(HAVE_MAC_BYTESWAP)
# include <libkern/OSByteOrder.h>
#elif defined(HAVE_OPENBSD_BYTESWAP)
# include <sys/endian.h>
#endif
#include <tstring.h>
#include "tstring.h"
#include <cstdio>
#include <cstdarg>
#include <cstring>

View File

@ -24,13 +24,13 @@
***************************************************************************/
#ifdef HAVE_CONFIG_H
# include <config.h>
# include "config.h"
#endif
#ifdef HAVE_ZLIB
# include <zlib.h>
# include <tstring.h>
# include <tdebug.h>
# include "tstring.h"
# include "tdebug.h"
#endif
#include "tzlib.h"

View File

@ -26,7 +26,7 @@
#ifndef TAGLIB_TZLIB_H
#define TAGLIB_TZLIB_H
#include <tbytevector.h>
#include "tbytevector.h"
// THIS FILE IS NOT A PART OF THE TAGLIB API

View File

@ -27,13 +27,13 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tbytevector.h>
#include <tstring.h>
#include <tdebug.h>
#include <tagunion.h>
#include <tstringlist.h>
#include <tpropertymap.h>
#include <tagutils.h>
#include "tbytevector.h"
#include "tstring.h"
#include "tdebug.h"
#include "tagunion.h"
#include "tstringlist.h"
#include "tpropertymap.h"
#include "tagutils.h"
#include "trueaudiofile.h"
#include "id3v1tag.h"

View File

@ -27,8 +27,8 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tstring.h>
#include <tdebug.h>
#include "tstring.h"
#include "tdebug.h"
#include <bitset>
#include "trueaudioproperties.h"

View File

@ -27,12 +27,12 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tbytevector.h>
#include <tstring.h>
#include <tdebug.h>
#include <tagunion.h>
#include <tpropertymap.h>
#include <tagutils.h>
#include "tbytevector.h"
#include "tstring.h"
#include "tdebug.h"
#include "tagunion.h"
#include "tpropertymap.h"
#include "tagutils.h"
#include "wavpackfile.h"
#include "id3v1tag.h"

View File

@ -28,8 +28,8 @@
***************************************************************************/
#include <cstdint>
#include <tstring.h>
#include <tdebug.h>
#include "tstring.h"
#include "tdebug.h"
#include "wavpackproperties.h"
#include "wavpackfile.h"

View File

@ -26,7 +26,7 @@
#ifndef TAGLIB_PLAINFILE_H
#define TAGLIB_PLAINFILE_H
#include <tfile.h>
#include "tfile.h"
using namespace TagLib;

View File

@ -25,9 +25,9 @@
#include <string>
#include <cstdio>
#include <tag.h>
#include <tbytevectorlist.h>
#include <aifffile.h>
#include "tag.h"
#include "tbytevectorlist.h"
#include "aifffile.h"
#include <cppunit/extensions/HelperMacros.h>
#include "utils.h"

View File

@ -25,12 +25,12 @@
#include <string>
#include <cstdio>
#include <apetag.h>
#include <id3v1tag.h>
#include <tstringlist.h>
#include <tbytevectorlist.h>
#include <tpropertymap.h>
#include <apefile.h>
#include "apetag.h"
#include "id3v1tag.h"
#include "tstringlist.h"
#include "tbytevectorlist.h"
#include "tpropertymap.h"
#include "apefile.h"
#include <cppunit/extensions/HelperMacros.h>
#include "utils.h"

View File

@ -25,13 +25,13 @@
#include <string>
#include <cstdio>
#include <tag.h>
#include <tstringlist.h>
#include <tbytevectorlist.h>
#include <tpropertymap.h>
#include <apefile.h>
#include <apetag.h>
#include <tdebug.h>
#include "tag.h"
#include "tstringlist.h"
#include "tbytevectorlist.h"
#include "tpropertymap.h"
#include "apefile.h"
#include "apetag.h"
#include "tdebug.h"
#include <cppunit/extensions/HelperMacros.h>
#include "utils.h"

View File

@ -25,11 +25,11 @@
#include <string>
#include <cstdio>
#include <tag.h>
#include <tstringlist.h>
#include <tbytevectorlist.h>
#include <tpropertymap.h>
#include <asffile.h>
#include "tag.h"
#include "tstringlist.h"
#include "tbytevectorlist.h"
#include "tpropertymap.h"
#include "asffile.h"
#include <cppunit/extensions/HelperMacros.h>
#include "utils.h"

View File

@ -25,8 +25,8 @@
#define _USE_MATH_DEFINES
#include <cmath>
#include <tbytevector.h>
#include <tbytevectorlist.h>
#include "tbytevector.h"
#include "tbytevectorlist.h"
#include <cppunit/extensions/HelperMacros.h>
using namespace std;
@ -596,4 +596,3 @@ public:
};
CPPUNIT_TEST_SUITE_REGISTRATION(TestByteVector);

View File

@ -23,8 +23,8 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tbytevector.h>
#include <tbytevectorlist.h>
#include "tbytevector.h"
#include "tbytevectorlist.h"
#include <cppunit/extensions/HelperMacros.h>
using namespace std;

View File

@ -23,7 +23,7 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tbytevectorstream.h>
#include "tbytevectorstream.h"
#include <cppunit/extensions/HelperMacros.h>
using namespace std;

View File

@ -23,7 +23,7 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tfile.h>
#include "tfile.h"
#include <cppunit/extensions/HelperMacros.h>
#include "plainfile.h"
#include "utils.h"

View File

@ -25,25 +25,25 @@
#include <string>
#include <cstdio>
#include <tag.h>
#include <fileref.h>
#include <oggflacfile.h>
#include <vorbisfile.h>
#include <mpegfile.h>
#include <mpcfile.h>
#include <asffile.h>
#include <speexfile.h>
#include <flacfile.h>
#include <trueaudiofile.h>
#include <mp4file.h>
#include <wavfile.h>
#include <apefile.h>
#include <aifffile.h>
#include <wavpackfile.h>
#include <opusfile.h>
#include <xmfile.h>
#include <tfilestream.h>
#include <tbytevectorstream.h>
#include "tag.h"
#include "fileref.h"
#include "oggflacfile.h"
#include "vorbisfile.h"
#include "mpegfile.h"
#include "mpcfile.h"
#include "asffile.h"
#include "speexfile.h"
#include "flacfile.h"
#include "trueaudiofile.h"
#include "mp4file.h"
#include "wavfile.h"
#include "apefile.h"
#include "aifffile.h"
#include "wavpackfile.h"
#include "opusfile.h"
#include "xmfile.h"
#include "tfilestream.h"
#include "tbytevectorstream.h"
#include <cppunit/extensions/HelperMacros.h>
#include "utils.h"

View File

@ -25,14 +25,14 @@
#include <string>
#include <cstdio>
#include <tag.h>
#include <tstringlist.h>
#include <tbytevectorlist.h>
#include <tpropertymap.h>
#include <flacfile.h>
#include <xiphcomment.h>
#include <id3v1tag.h>
#include <id3v2tag.h>
#include "tag.h"
#include "tstringlist.h"
#include "tbytevectorlist.h"
#include "tpropertymap.h"
#include "flacfile.h"
#include "xiphcomment.h"
#include "id3v1tag.h"
#include "id3v2tag.h"
#include <cppunit/extensions/HelperMacros.h>
#include "plainfile.h"
#include "utils.h"

View File

@ -25,11 +25,11 @@
#include <string>
#include <cstdio>
#include <tag.h>
#include <tstringlist.h>
#include <tbytevectorlist.h>
#include <flacfile.h>
#include <flacmetadatablock.h>
#include "tag.h"
#include "tstringlist.h"
#include "tbytevectorlist.h"
#include "flacfile.h"
#include "flacmetadatablock.h"
#include <cppunit/extensions/HelperMacros.h>
#include "utils.h"

View File

@ -25,10 +25,10 @@
#include <string>
#include <cstdio>
#include <tag.h>
#include <tstringlist.h>
#include <tbytevectorlist.h>
#include <flacunknownmetadatablock.h>
#include "tag.h"
#include "tstringlist.h"
#include "tbytevectorlist.h"
#include "flacunknownmetadatablock.h"
#include <cppunit/extensions/HelperMacros.h>
#include "utils.h"

Some files were not shown because too many files have changed in this diff Show More