Fix some includes in taglib

This commit is contained in:
Jonas Kvinge
2020-06-27 00:06:02 +02:00
parent 5f71a558b9
commit 26586fb9ef
10 changed files with 29 additions and 28 deletions

View File

@@ -29,7 +29,7 @@
#include "tpropertymap.h"
#include "tagutils.h"
#include <xiphcomment.h>
#include "xiphcomment.h"
#include "oggflacfile.h"
using namespace Strawberry_TagLib::TagLib;

View File

@@ -30,7 +30,7 @@
#include "tstring.h"
#include "tdebug.h"
#include <oggpageheader.h>
#include "oggpageheader.h"
#include "opusproperties.h"
#include "opusfile.h"

View File

@@ -23,8 +23,8 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tbytevector.h>
#include <tdebug.h>
#include "tbytevector.h"
#include "tdebug.h"
#include "flacpicture.h"
#include "xiphcomment.h"