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

@@ -25,10 +25,10 @@
#include <memory>
#include <tagunion.h>
#include <tstringlist.h>
#include <tpropertymap.h>
#include <tpicturemap.h>
#include "tagunion.h"
#include "tstringlist.h"
#include "tpropertymap.h"
#include "tpicturemap.h"
#define stringUnion(method) \
for (size_t j = 0; j < COUNT; ++j) { \