mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-10-05 01:52:28 +02:00
Reorder includes in the app
This commit is contained in:
@@ -31,12 +31,13 @@
|
||||
#include "AnimationHelper.h"
|
||||
#include "Source.h"
|
||||
#include "TomahawkSettings.h"
|
||||
#include "audio/AudioEngine.h"
|
||||
#include "ActionCollection.h"
|
||||
|
||||
#include <QApplication>
|
||||
#include <QPainter>
|
||||
#include <QMouseEvent>
|
||||
|
||||
#include <QtGui/QApplication>
|
||||
#include <QtGui/QPainter>
|
||||
#include <QtGui/QMouseEvent>
|
||||
#include <audio/AudioEngine.h>
|
||||
#include <ActionCollection.h>
|
||||
|
||||
#define TREEVIEW_INDENT_ADD 12
|
||||
|
||||
|
Reference in New Issue
Block a user