summaryrefslogtreecommitdiffstats
path: root/src/library/export/trackexportwizard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/export/trackexportwizard.h')
-rw-r--r--src/library/export/trackexportwizard.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/library/export/trackexportwizard.h b/src/library/export/trackexportwizard.h
index 98b2b4e5cb..803fd63c9f 100644
--- a/src/library/export/trackexportwizard.h
+++ b/src/library/export/trackexportwizard.h
@@ -9,13 +9,13 @@
#ifndef TRACKEXPORT_H
#define TRACKEXPORT_H
-#include <QString>
#include <QScopedPointer>
+#include <QString>
-#include "preferences/usersettings.h"
#include "library/export/trackexportdlg.h"
#include "library/export/trackexportworker.h"
-#include "track/track.h"
+#include "preferences/usersettings.h"
+#include "track/track_decl.h"
// A controller class for creating the export worker and UI.
class TrackExportWizard : public QObject {