Remove unused types from taglib.h

This commit is contained in:
Urs Fleisch
2024-01-21 19:48:21 +01:00
parent 1799b98c17
commit a08acdcf23
15 changed files with 30 additions and 34 deletions

View File

@ -27,6 +27,7 @@
#define TAGLIB_ID3V1TAG_H
#include "tbytevector.h"
#include "taglib.h"
#include "taglib_export.h"
#include "tag.h"

View File

@ -30,6 +30,7 @@
#include "tstring.h"
#include "tlist.h"
#include "tmap.h"
#include "taglib.h"
#include "taglib_export.h"
#include "tag.h"
#include "id3v2.h"