From: Allan Sandfeld Jensen Date: Sat, 17 Jul 2004 16:04:50 +0000 (+0000) Subject: Correct includes so they work when included with path, X-Git-Tag: v1.5~365 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f650edc81d036860e1a580d017f3462488599336;p=taglib Correct includes so they work when included with path, like: #include git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@330329 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- diff --git a/mpc/apetag.h b/mpc/apetag.h index 356cfead..1540da7f 100644 --- a/mpc/apetag.h +++ b/mpc/apetag.h @@ -22,8 +22,8 @@ #ifndef TAGLIB_APETAG_H #define TAGLIB_APETAG_H -#include -#include +#include "tag.h" +#include "tbytevector.h" namespace TagLib { diff --git a/mpc/mpcfile.h b/mpc/mpcfile.h index e04a556b..9b5f57a7 100644 --- a/mpc/mpcfile.h +++ b/mpc/mpcfile.h @@ -22,7 +22,7 @@ #ifndef TAGLIB_MPCFILE_H #define TAGLIB_MPCFILE_H -#include +#include "tfile.h" #include "mpcproperties.h" diff --git a/mpc/mpcproperties.h b/mpc/mpcproperties.h index 222cfe91..b1541031 100644 --- a/mpc/mpcproperties.h +++ b/mpc/mpcproperties.h @@ -22,7 +22,7 @@ #ifndef TAGLIB_MPCPROPERTIES_H #define TAGLIB_MPCPROPERTIES_H -#include +#include "audioproperties.h" namespace TagLib {