]> granicus.if.org Git - taglib/commitdiff
Correct includes so they work when included with path,
authorAllan Sandfeld Jensen <kde@carewolf.com>
Sat, 17 Jul 2004 16:04:50 +0000 (16:04 +0000)
committerAllan Sandfeld Jensen <kde@carewolf.com>
Sat, 17 Jul 2004 16:04:50 +0000 (16:04 +0000)
like: #include <taglib/mpcfile.h>

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@330329 283d02a7-25f6-0310-bc7c-ecb5cbfe19da

mpc/apetag.h
mpc/mpcfile.h
mpc/mpcproperties.h

index 356cfeada706677b52b924b1b0ea3e0a3869ab4d..1540da7f9e817573915dd9fabf807369c63c6e1d 100644 (file)
@@ -22,8 +22,8 @@
 #ifndef TAGLIB_APETAG_H
 #define TAGLIB_APETAG_H
 
-#include <tag.h>
-#include <tbytevector.h>
+#include "tag.h"
+#include "tbytevector.h"
 
 namespace TagLib {
 
index e04a556b3132cd587eada693c32e642ab72ea5ef..9b5f57a752d1398e4b3fe79a0c2686ac2840f01b 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef TAGLIB_MPCFILE_H
 #define TAGLIB_MPCFILE_H
 
-#include <tfile.h>
+#include "tfile.h"
 
 #include "mpcproperties.h"
 
index 222cfe911311677f20a9826f16721e4c7bccc70e..b15410318a809de78f8a12612785c5a4ba186b0e 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef TAGLIB_MPCPROPERTIES_H
 #define TAGLIB_MPCPROPERTIES_H
 
-#include <audioproperties.h>
+#include "audioproperties.h"
 
 namespace TagLib {