summaryrefslogtreecommitdiffstats
path: root/examples/scxml/sudoku/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/scxml/sudoku/mainwindow.cpp')
-rw-r--r--examples/scxml/sudoku/mainwindow.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/scxml/sudoku/mainwindow.cpp b/examples/scxml/sudoku/mainwindow.cpp
index 7f7d99e..d54fc26 100644
--- a/examples/scxml/sudoku/mainwindow.cpp
+++ b/examples/scxml/sudoku/mainwindow.cpp
@@ -50,15 +50,15 @@
#include "mainwindow.h"
-#include <QStringListModel>
-#include <QScxmlStateMachine>
#include <QComboBox>
-#include <QToolButton>
-#include <QLabel>
-#include <QGridLayout>
-#include <QFile>
#include <QDir>
+#include <QFile>
+#include <QGridLayout>
+#include <QLabel>
+#include <QScxmlStateMachine>
+#include <QStringListModel>
#include <QTextStream>
+#include <QToolButton>
static int Size = 9;