From ede75fb49c9ed59304976b8ba1523874771f7c87 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Thu, 3 Nov 2011 10:57:57 +1000 Subject: Make private headers usable, and use them in the tests. The xmlpatterns private headers were not including each other correctly, making them unusable unless the source directory was available and in INCLUDEPATH. Fix it so that the private headers include each other by , allowing them to work for an installed Qt. Change-Id: I9c7cbad219ed141c356d9ea097e67e0fb2fa550c Sanity-Review: Qt Sanity Bot Reviewed-by: Jason McDonald --- src/xmlpatterns/schema/qxsdschemacontext_p.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/xmlpatterns/schema/qxsdschemacontext_p.h') diff --git a/src/xmlpatterns/schema/qxsdschemacontext_p.h b/src/xmlpatterns/schema/qxsdschemacontext_p.h index c83f9b5..d258c89 100644 --- a/src/xmlpatterns/schema/qxsdschemacontext_p.h +++ b/src/xmlpatterns/schema/qxsdschemacontext_p.h @@ -52,13 +52,13 @@ #ifndef Patternist_XsdSchemaContext_H #define Patternist_XsdSchemaContext_H -#include "qnamedschemacomponent_p.h" -#include "qreportcontext_p.h" -#include "qschematypefactory_p.h" -#include "qxsdschematoken_p.h" -#include "qxsdschema_p.h" -#include "qxsdschemachecker_p.h" -#include "qxsdschemaresolver_p.h" +#include +#include +#include +#include +#include +#include +#include #include #include -- cgit v1.2.1