From f650edc81d036860e1a580d017f3462488599336 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Sat, 17 Jul 2004 16:04:50 +0000 Subject: [PATCH] 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 --- mpc/apetag.h | 4 ++-- mpc/mpcfile.h | 2 +- mpc/mpcproperties.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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 {