qt: remove unused includes

This commit is contained in:
Prince Gupta 2024-04-16 13:21:45 +05:30 committed by Steve Lhomme
parent 170ba95826
commit 1a3b442329
1 changed files with 0 additions and 6 deletions

View File

@ -20,16 +20,10 @@
#define MLARTIST_HPP
#include <QString>
#include <memory>
#include "mlalbum.hpp"
#include "mlhelper.hpp"
#include "mlqmltypes.hpp"
extern "C" {
typedef struct vlc_ml_artist_t vlc_ml_artist_t;
};
class MLArtist : public MLItem
{
public: