Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Commit

Permalink
Switch header files to using explicit taglib/ prefix.
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Dec 26, 2012
1 parent 813ec4f commit 9486f54
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 34 deletions.
18 changes: 9 additions & 9 deletions src/wrapper/basics.cpp
Expand Up @@ -21,15 +21,15 @@



#include <tstring.h>
#include <tag.h>
#include <tag.h>
#include <tfile.h>
#include <audioproperties.h>
#include <tstringlist.h>
#include <fileref.h>
#include <tmap.h>
#include <tlist.h>
#include <taglib/tstring.h>
#include <taglib/tag.h>
#include <taglib/tag.h>
#include <taglib/tfile.h>
#include <taglib/audioproperties.h>
#include <taglib/tstringlist.h>
#include <taglib/fileref.h>
#include <taglib/tmap.h>
#include <taglib/tlist.h>

#include "common.hpp"

Expand Down
30 changes: 15 additions & 15 deletions src/wrapper/id3.cpp
Expand Up @@ -21,21 +21,21 @@



#include <id3v1genres.h>
#include <id3v1tag.h>
#include <id3v2tag.h>
#include <id3v2header.h>
#include <id3v2extendedheader.h>
#include <id3v2footer.h>
#include <mpegfile.h>
#include <attachedpictureframe.h>
#include <commentsframe.h>
#include <relativevolumeframe.h>
#include <textidentificationframe.h>
#include <uniquefileidentifierframe.h>
#include <unknownframe.h>
#include <unsynchronizedlyricsframe.h>
#include <apetag.h>
#include <taglib/id3v1genres.h>
#include <taglib/id3v1tag.h>
#include <taglib/id3v2tag.h>
#include <taglib/id3v2header.h>
#include <taglib/id3v2extendedheader.h>
#include <taglib/id3v2footer.h>
#include <taglib/mpegfile.h>
#include <taglib/attachedpictureframe.h>
#include <taglib/commentsframe.h>
#include <taglib/relativevolumeframe.h>
#include <taglib/textidentificationframe.h>
#include <taglib/uniquefileidentifierframe.h>
#include <taglib/unknownframe.h>
#include <taglib/unsynchronizedlyricsframe.h>
#include <taglib/apetag.h>

#include "common.hpp"

Expand Down
20 changes: 10 additions & 10 deletions src/wrapper/rest.cpp
Expand Up @@ -21,16 +21,16 @@



#include <apetag.h>
#include <mpcfile.h>
#include <flacfile.h>
#include <xiphcomment.h>
#include <oggflacfile.h>
#include <vorbisfile.h>
#include <apefooter.h>
#include <apeitem.h>
#include <id3v1tag.h>
#include <id3v2tag.h>
#include <taglib/apetag.h>
#include <taglib/mpcfile.h>
#include <taglib/flacfile.h>
#include <taglib/xiphcomment.h>
#include <taglib/oggflacfile.h>
#include <taglib/vorbisfile.h>
#include <taglib/apefooter.h>
#include <taglib/apeitem.h>
#include <taglib/id3v1tag.h>
#include <taglib/id3v2tag.h>

#include "common.hpp"

Expand Down

0 comments on commit 9486f54

Please sign in to comment.