Fix some includes in taglib
This commit is contained in:
2
3rdparty/taglib/ogg/flac/oggflacfile.cpp
vendored
2
3rdparty/taglib/ogg/flac/oggflacfile.cpp
vendored
@@ -29,7 +29,7 @@
|
||||
#include "tpropertymap.h"
|
||||
#include "tagutils.h"
|
||||
|
||||
#include <xiphcomment.h>
|
||||
#include "xiphcomment.h"
|
||||
#include "oggflacfile.h"
|
||||
|
||||
using namespace Strawberry_TagLib::TagLib;
|
||||
|
||||
2
3rdparty/taglib/ogg/opus/opusproperties.cpp
vendored
2
3rdparty/taglib/ogg/opus/opusproperties.cpp
vendored
@@ -30,7 +30,7 @@
|
||||
#include "tstring.h"
|
||||
#include "tdebug.h"
|
||||
|
||||
#include <oggpageheader.h>
|
||||
#include "oggpageheader.h"
|
||||
|
||||
#include "opusproperties.h"
|
||||
#include "opusfile.h"
|
||||
|
||||
4
3rdparty/taglib/ogg/xiphcomment.cpp
vendored
4
3rdparty/taglib/ogg/xiphcomment.cpp
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user