diff options
author | João Abecasis <joao@abecasis.name> | 2009-09-17 12:29:52 (GMT) |
---|---|---|
committer | João Abecasis <joao@abecasis.name> | 2009-09-21 15:04:42 (GMT) |
commit | dd3a5c4558cf9398b8560cd8cded3e51963990e9 (patch) | |
tree | d4a3ce8f0c3bede2932a28baba4bee0836a66237 /src | |
parent | 4ba969f166f297a9401a6a1a8da616044bbb6da4 (diff) | |
download | Qt-dd3a5c4558cf9398b8560cd8cded3e51963990e9.zip Qt-dd3a5c4558cf9398b8560cd8cded3e51963990e9.tar.gz Qt-dd3a5c4558cf9398b8560cd8cded3e51963990e9.tar.bz2 |
Clean up
Diffstat (limited to 'src')
-rw-r--r-- | src/xmlpatterns/api/qxmlquery_p.h | 1 | ||||
-rw-r--r-- | src/xmlpatterns/environment/qgenericstaticcontext.cpp | 2 | ||||
-rw-r--r-- | src/xmlpatterns/utils/qpatternistlocale_p.h | 3 |
3 files changed, 0 insertions, 6 deletions
diff --git a/src/xmlpatterns/api/qxmlquery_p.h b/src/xmlpatterns/api/qxmlquery_p.h index b352c83..c048ab2 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 25acbd7..4ed0171 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 693c497..4d472f7 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 |