summaryrefslogtreecommitdiffstats
diff options
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 38162de..73b938f 100644
--- a/main.cpp
+++ b/main.cpp
@@ -1,6 +1,6 @@
-#include <QtGui/QApplication>
#include "subtitlewizard.h"
#include "subtitleparser.h"
+#include <QtGui/QApplication>
int main(int argc, char *argv[])
{