mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-09-03 02:42:52 +02:00
Reorder includes in the app
This commit is contained in:
@@ -22,12 +22,10 @@
|
||||
#ifndef SETTINGSDIALOG_H
|
||||
#define SETTINGSDIALOG_H
|
||||
|
||||
#include <QtGui/QDialog>
|
||||
#include <QtCore/QModelIndex>
|
||||
#include <QtGui/QActionGroup>
|
||||
#include <QtGui/QToolBar>
|
||||
|
||||
#include "config.h"
|
||||
#include <QDialog>
|
||||
#include <QModelIndex>
|
||||
#include <QActionGroup>
|
||||
#include <QToolBar>
|
||||
|
||||
class AnimatedSpinner;
|
||||
class QListWidgetItem;
|
||||
|
Reference in New Issue
Block a user