1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-01-30 00:55:33 +01:00

Remove unused linked list includes

This commit is contained in:
Jonas Kvinge 2020-11-04 18:06:36 +01:00
parent 95afc5fdec
commit a174c142c1

View File

@ -49,12 +49,10 @@
#include <QUrl>
#include <QFont>
#include <QBrush>
#include <QLinkedList>
#include <QUndoStack>
#include <QUndoCommand>
#include <QAbstractListModel>
#include <QMutableListIterator>
#include <QMutableLinkedListIterator>
#include <QFlags>
#include <QSettings>
#include <QtDebug>