summaryrefslogtreecommitdiffstats
path: root/tools/qscxmlc/scxmlcppdumper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qscxmlc/scxmlcppdumper.cpp')
-rw-r--r--tools/qscxmlc/scxmlcppdumper.cpp15
1 files changed, 8 insertions, 7 deletions
diff --git a/tools/qscxmlc/scxmlcppdumper.cpp b/tools/qscxmlc/scxmlcppdumper.cpp
index f4e6f8a..a8941d5 100644
--- a/tools/qscxmlc/scxmlcppdumper.cpp
+++ b/tools/qscxmlc/scxmlcppdumper.cpp
@@ -26,17 +26,18 @@
**
****************************************************************************/
-#include <QtScxml/private/qscxmlexecutablecontent_p.h>
#include "scxmlcppdumper.h"
+#include "generator.h"
+
+#include <QtScxml/private/qscxmlexecutablecontent_p.h>
+
+#include <QtCore/qfileinfo.h>
+#include <QtCore/qbuffer.h>
+#include <QtCore/qfile.h>
+#include <QtCore/qresource.h>
#include <algorithm>
#include <functional>
-#include <QFileInfo>
-#include <QBuffer>
-#include <QFile>
-#include <QResource>
-
-#include "generator.h"
QT_BEGIN_NAMESPACE