fix includes
authorDirk Mueller <mueller@kde.org>
Mon, 11 Sep 2006 22:42:50 +0000 (22:42 +0000)
committerDirk Mueller <mueller@kde.org>
Mon, 11 Sep 2006 22:42:50 +0000 (22:42 +0000)
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@583286 283d02a7-25f6-0310-bc7c-ecb5cbfe19da

24 files changed:
ape/apefooter.h
ape/apeitem.h
ape/apetag.h
flac/flacfile.h
flac/flacproperties.h
mpeg/id3v1/id3v1genres.h
mpeg/id3v1/id3v1tag.h
mpeg/id3v2/id3v2extendedheader.h
mpeg/id3v2/id3v2footer.h
mpeg/id3v2/id3v2frame.h
mpeg/id3v2/id3v2framefactory.h
mpeg/id3v2/id3v2header.h
mpeg/id3v2/id3v2synchdata.h
mpeg/id3v2/id3v2tag.h
mpeg/mpegfile.h
mpeg/mpegproperties.h
ogg/flac/oggflacfile.h
ogg/oggfile.h
ogg/oggpage.h
ogg/oggpageheader.h
ogg/vorbis/vorbisfile.h
ogg/vorbis/vorbisproperties.h
ogg/xiphcomment.h
tag.h

index b3359d13f565903c346282b1be41be84090f449e..e6555d4234618137fbefbf715277a849020f99d8 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef TAGLIB_APEFOOTER_H
 #define TAGLIB_APEFOOTER_H
 
-#include <tbytevector.h>
+#include "tbytevector.h"
 
 namespace TagLib {
 
index dd9fa298f7a6ef11727e62875b66d2fa2d8b65d9..b0b695d5c4b09aaf5e052a7fd348fe1bdcc1803a 100644 (file)
@@ -22,9 +22,9 @@
 #ifndef TAGLIB_APEITEM_H
 #define TAGLIB_APEITEM_H
 
-#include <tbytevector.h>
-#include <tstring.h>
-#include <tstringlist.h>
+#include "tbytevector.h"
+#include "tstring.h"
+#include "tstringlist.h"
 
 namespace TagLib {
 
index b06f1e254d88350d830c60308004cc2551f44bb5..20282bf5297d971ddc2b87440550ea903f4f9bd3 100644 (file)
 #ifndef TAGLIB_APETAG_H
 #define TAGLIB_APETAG_H
 
-#include <tag.h>
-#include <tbytevector.h>
-#include <tmap.h>
-#include <tstring.h>
+#include "tag.h"
+#include "tbytevector.h"
+#include "tmap.h"
+#include "tstring.h"
 
 #include "apeitem.h"
 
index 9fef90398cae2c7f1c726e056b199d3494416017..67f20ee7b932a04909f921a1576a2bab7ed81e02 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef TAGLIB_FLACFILE_H
 #define TAGLIB_FLACFILE_H
 
-#include <tfile.h>
+#include "tfile.h"
 
 #include "flacproperties.h"
 
index c1d1a4faec038a058bc59b638561bac455ee00bb..d3ae073b6fc10072198bfd085cae356a93ef4ca4 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef TAGLIB_FLACPROPERTIES_H
 #define TAGLIB_FLACPROPERTIES_H
 
-#include <audioproperties.h>
+#include "audioproperties.h"
 
 namespace TagLib {
 
index 97caee8ac7b8e7b5b10fe61226258f1208100189..7846c895fe361b12419ce0fc80b4285951e67647 100644 (file)
@@ -22,8 +22,8 @@
 #ifndef TAGLIB_ID3V1GENRE_H
 #define TAGLIB_ID3V1GENRE_H
 
-#include <tmap.h>
-#include <tstringlist.h>
+#include "tmap.h"
+#include "tstringlist.h"
 
 namespace TagLib {
   namespace ID3v1 {
index 37b7c5a09e7a93dbf91dc1969d42d64fe58e8fd5..0b238bddfb1d4d021fb1635a52b0b99ac28367ef 100644 (file)
@@ -22,8 +22,8 @@
 #ifndef TAGLIB_ID3V1TAG_H
 #define TAGLIB_ID3V1TAG_H
 
-#include <tag.h>
-#include <tbytevector.h>
+#include "tag.h"
+#include "tbytevector.h"
 
 namespace TagLib {
 
index 8ca0dff94a04628522e9e413f7729e9e91f6a4aa..a690718fb4c3287716653e37c1f0206256ba9f7d 100644 (file)
@@ -22,8 +22,8 @@
 #ifndef TAGLIB_ID3V2EXTENDEDHEADER_H
 #define TAGLIB_ID3V2EXTENDEDHEADER_H
 
-#include <tbytevector.h>
-#include <taglib.h>
+#include "tbytevector.h"
+#include "taglib.h"
 
 namespace TagLib {
 
index 7a925f32a53047e19b03d07b7aa1be2e7943c1a1..ba6235bc0c463b68e4aee4b474eff449566ed2a1 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef TAGLIB_ID3V2FOOTER_H
 #define TAGLIB_ID3V2FOOTER_H
 
-#include <tbytevector.h>
+#include "tbytevector.h"
 
 namespace TagLib {
 
index 886077158b35cda82ee76d49625dd86829350feb..7d9bffcc1c4d617514f758aa0751743a2969dbda 100644 (file)
@@ -22,8 +22,8 @@
 #ifndef TAGLIB_ID3V2FRAME_H
 #define TAGLIB_ID3V2FRAME_H
 
-#include <tstring.h>
-#include <tbytevector.h>
+#include "tstring.h"
+#include "tbytevector.h"
 
 namespace TagLib {
 
index a002d9616c8f181f98961bab0fdf617700a3a615..0980ac80956e3bac9e623304c9c18e667ed8004d 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef TAGLIB_ID3V2FRAMEFACTORY_H
 #define TAGLIB_ID3V2FRAMEFACTORY_H
 
-#include <tbytevector.h>
+#include "tbytevector.h"
 #include "id3v2frame.h"
 
 namespace TagLib {
index cf68c975deb6a7165ce4e72d32b404772a5ededf..d87998889cf945683b3c81365781a285e7111520 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef TAGLIB_ID3V2HEADER_H
 #define TAGLIB_ID3V2HEADER_H
 
-#include <tbytevector.h>
+#include "tbytevector.h"
 
 namespace TagLib {
 
index 80a462f1be400d6af0bf476878b1c9dec0d40082..4e2b458ca74aad9f2e111c895cb8a9e3e34edabe 100644 (file)
@@ -22,8 +22,8 @@
 #ifndef TAGLIB_ID3V2SYNCHDATA_H
 #define TAGLIB_ID3V2SYNCHDATA_H
 
-#include <tbytevector.h>
-#include <taglib.h>
+#include "tbytevector.h"
+#include "taglib.h"
 
 namespace TagLib {
 
index 8986b90cb0f2432d7e2f674c5dedd2f06afa5123..8e8411122883a0c1e929c573d5b91bea640649c9 100644 (file)
 #ifndef TAGLIB_ID3V2TAG_H
 #define TAGLIB_ID3V2TAG_H
 
-#include <tag.h>
-#include <tbytevector.h>
-#include <tstring.h>
-#include <tlist.h>
-#include <tmap.h>
+#include "tag.h"
+#include "tbytevector.h"
+#include "tstring.h"
+#include "tlist.h"
+#include "tmap.h"
 
 #include "id3v2framefactory.h"
 
index dca5ae12c7e0ac5e4715bc7a5cb56f4561eb1ec2..f8c3314789fe1ccacbbaf3c28f23eb2dfc322e90 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef TAGLIB_MPEGFILE_H
 #define TAGLIB_MPEGFILE_H
 
-#include <tfile.h>
+#include "tfile.h"
 
 #include "mpegproperties.h"
 
index f50066cc0fd471869976004819abf10f13c36a56..a2d4e4cbd459be5366cc8ac3fc95fc263d165f2a 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef TAGLIB_MPEGPROPERTIES_H
 #define TAGLIB_MPEGPROPERTIES_H
 
-#include <audioproperties.h>
+#include "audioproperties.h"
 
 #include "mpegheader.h"
 
index 94ec5750936938eb0188f3d0fcb7160a93530003..f1a7452dc5e58b01c69866c0c91062d9e6345f4b 100644 (file)
 #ifndef TAGLIB_OGGFLACFILE_H
 #define TAGLIB_OGGFLACFILE_H
 
-#include <oggfile.h>
-#include <xiphcomment.h>
+#include "oggfile.h"
+#include "xiphcomment.h"
 
-#include <flacproperties.h>
+#include "flacproperties.h"
 
 namespace TagLib {
 
index 0ca59dd995612abf0d175fde2986c120fb4874fd..dc7d22484c64d702df2e804a076dd9566fdd10fb 100644 (file)
@@ -19,8 +19,8 @@
  *   USA                                                                   *
  ***************************************************************************/
 
-#include <tfile.h>
-#include <tbytevectorlist.h>
+#include "tfile.h"
+#include "tbytevectorlist.h"
 
 #ifndef TAGLIB_OGGFILE_H
 #define TAGLIB_OGGFILE_H
index c4b0792a2007db14a38d4e63950ec797a67b86a7..a95b54c04f32cd36d92a2e4165b85533f5ffa082 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef TAGLIB_OGGPAGE_H
 #define TAGLIB_OGGPAGE_H
 
-#include <tbytevectorlist.h>
+#include "tbytevectorlist.h"
 
 namespace TagLib {
 
index 45f22a83ed7c5789fe917d10be793c7ea6fcba0d..2a994d166b9c305a09b047300f7869fc69a2d91e 100644 (file)
@@ -22,8 +22,8 @@
 #ifndef TAGLIB_OGGPAGEHEADER_H
 #define TAGLIB_OGGPAGEHEADER_H
 
-#include <tlist.h>
-#include <tbytevector.h>
+#include "tlist.h"
+#include "tbytevector.h"
 
 namespace TagLib {
 
index f85e4bee691456369017dbac8bde5fc74beb51cd..967ae7669f3f824f17a403dadb5dcfc1a6c5ff58 100644 (file)
@@ -22,8 +22,8 @@
 #ifndef TAGLIB_VORBISFILE_H
 #define TAGLIB_VORBISFILE_H
 
-#include <oggfile.h>
-#include <xiphcomment.h>
+#include "oggfile.h"
+#include "xiphcomment.h"
 
 #include "vorbisproperties.h"
 
index 01dffed94f9c4abd951b979d2ed573d9dc918ab0..a405687177519c5a48a6e20762dd807220528dbc 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef TAGLIB_VORBISPROPERTIES_H
 #define TAGLIB_VORBISPROPERTIES_H
 
-#include <audioproperties.h>
+#include "audioproperties.h"
 
 namespace TagLib {
 
index b94b565dadfaed9c0cf9a2c1872f9c36390ac634..c172ea1813db98a0a5dc762852127a993468db11 100644 (file)
 #ifndef TAGLIB_VORBISCOMMENT_H
 #define TAGLIB_VORBISCOMMENT_H
 
-#include <tag.h>
-#include <tlist.h>
-#include <tmap.h>
-#include <tstring.h>
-#include <tstringlist.h>
-#include <tbytevector.h>
+#include "tag.h"
+#include "tlist.h"
+#include "tmap.h"
+#include "tstring.h"
+#include "tstringlist.h"
+#include "tbytevector.h"
 
 namespace TagLib {
 
diff --git a/tag.h b/tag.h
index 5c9d5a6d3a9f6195a176f0c9eae4f1021cb3d61b..ae5f7c9c8c946ff10a45619d0bb17205ccd969ba 100644 (file)
--- a/tag.h
+++ b/tag.h
@@ -22,7 +22,7 @@
 #ifndef TAGLIB_TAG_H
 #define TAGLIB_TAG_H
 
-#include <tstring.h>
+#include <taglib/tstring.h>
 
 namespace TagLib {