summaryrefslogtreecommitdiffstats
path: root/src/errordialoghandler.h
diff options
context:
space:
mode:
authorRJ Ryan <rryan@mixxx.org>2013-11-30 19:19:10 -0500
committerRJ Ryan <rryan@mixxx.org>2013-11-30 19:19:10 -0500
commit4845e95acb542120191f309e050d785699730048 (patch)
tree34796d4c030011d77ee083713b4a302875b94bf3 /src/errordialoghandler.h
parent64e7966c2a2b83b136b56086b6c8de2bb3dcdcd0 (diff)
Header/include cleanups across the codebase.
* Eliminate all instances of including QtCore, QtGui, or QtXml. * Replace all old-style Qt header inclusions with new-style (e.g. #include <application.h>). * Include QtDebug instead of QDebug. * Update many classes to include the Qt classes they use in their header and implementation file. This speeds up compile and link performance and reduces the size of the compiled object files. My build directory dropped by 50MB.
Diffstat (limited to 'src/errordialoghandler.h')
-rw-r--r--src/errordialoghandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/errordialoghandler.h b/src/errordialoghandler.h
index 9334904d88..1e2ee96588 100644
--- a/src/errordialoghandler.h
+++ b/src/errordialoghandler.h
@@ -22,6 +22,8 @@
#include <QMessageBox>
#include <QSignalMapper>
#include <QMutex>
+#include <QString>
+#include <QList>
#include "util.h"