summaryrefslogtreecommitdiffstats
path: root/src/xml/dom/qdom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml/dom/qdom.cpp')
-rw-r--r--src/xml/dom/qdom.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/xml/dom/qdom.cpp b/src/xml/dom/qdom.cpp
index 1ac13b380a..39cf0c2653 100644
--- a/src/xml/dom/qdom.cpp
+++ b/src/xml/dom/qdom.cpp
@@ -39,12 +39,13 @@
#include <qplatformdefs.h>
#include <qdom.h>
-#include "qdom_p.h"
-#include "qdomhelpers_p.h"
#include "private/qxmlutils_p.h"
#ifndef QT_NO_DOM
+#include "qdom_p.h"
+#include "qdomhelpers_p.h"
+
#include <qatomic.h>
#include <qbuffer.h>
#include <qiodevice.h>