summaryrefslogtreecommitdiffstats
path: root/src/xmlpatterns
diff options
context:
space:
mode:
authorJoão Abecasis <joao@abecasis.name>2009-09-17 14:29:52 +0200
committerJoão Abecasis <joao@abecasis.name>2009-09-21 17:04:42 +0200
commitdd3a5c4558cf9398b8560cd8cded3e51963990e9 (patch)
treed4a3ce8f0c3bede2932a28baba4bee0836a66237 /src/xmlpatterns
parent4ba969f166f297a9401a6a1a8da616044bbb6da4 (diff)
Clean up
Diffstat (limited to 'src/xmlpatterns')
-rw-r--r--src/xmlpatterns/api/qxmlquery_p.h1
-rw-r--r--src/xmlpatterns/environment/qgenericstaticcontext.cpp2
-rw-r--r--src/xmlpatterns/utils/qpatternistlocale_p.h3
3 files changed, 0 insertions, 6 deletions
diff --git a/src/xmlpatterns/api/qxmlquery_p.h b/src/xmlpatterns/api/qxmlquery_p.h
index b352c83270..c048ab260c 100644
--- a/src/xmlpatterns/api/qxmlquery_p.h
+++ b/src/xmlpatterns/api/qxmlquery_p.h
@@ -54,7 +54,6 @@
#include <QAbstractMessageHandler>
#include <QAbstractUriResolver>
-#include <QCoreApplication>
#include <QPointer>
#include <QSourceLocation>
#include <QUrl>
diff --git a/src/xmlpatterns/environment/qgenericstaticcontext.cpp b/src/xmlpatterns/environment/qgenericstaticcontext.cpp
index 25acbd703d..4ed0171297 100644
--- a/src/xmlpatterns/environment/qgenericstaticcontext.cpp
+++ b/src/xmlpatterns/environment/qgenericstaticcontext.cpp
@@ -39,8 +39,6 @@
**
****************************************************************************/
-#include <QCoreApplication>
-
/* Patternist */
#include "qbasictypesfactory_p.h"
#include "qcommonnamespaces_p.h"
diff --git a/src/xmlpatterns/utils/qpatternistlocale_p.h b/src/xmlpatterns/utils/qpatternistlocale_p.h
index 693c49718f..4d472f7dec 100644
--- a/src/xmlpatterns/utils/qpatternistlocale_p.h
+++ b/src/xmlpatterns/utils/qpatternistlocale_p.h
@@ -66,9 +66,6 @@ QT_BEGIN_NAMESPACE
* @file
* @short Contains functions used for formatting arguments, such as keywords and paths,
* in translated strings.
- *
- * This file was originally called qpatternistlocale_p.h. However, it broke build on MS
- * Windows, because it override the locale.h system header.
*/
namespace QPatternist