From 4ad3ed74ea40d2ca905a1cb9fcb26002db1f8763 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Sat, 9 Nov 2013 15:29:55 -0600 Subject: fdo#65108 inter-module includes <> include/xmlreader Change-Id: I5c04e9169518212ec6a9cbb6d07216a87a2d9cdb --- include/xmlreader/detail/xmlreaderdllapi.hxx | 4 ++-- include/xmlreader/pad.hxx | 10 +++++----- include/xmlreader/span.hxx | 6 +++--- include/xmlreader/xmlreader.hxx | 20 ++++++++++---------- 4 files changed, 20 insertions(+), 20 deletions(-) (limited to 'include') diff --git a/include/xmlreader/detail/xmlreaderdllapi.hxx b/include/xmlreader/detail/xmlreaderdllapi.hxx index 6325bdbe71bd..e917a9553835 100644 --- a/include/xmlreader/detail/xmlreaderdllapi.hxx +++ b/include/xmlreader/detail/xmlreaderdllapi.hxx @@ -20,9 +20,9 @@ #ifndef INCLUDED_XMLREADER_DETAIL_XMLREADERDLLAPI_HXX #define INCLUDED_XMLREADER_DETAIL_XMLREADERDLLAPI_HXX -#include "sal/config.h" +#include -#include "sal/types.h" +#include #if defined OOO_DLLIMPLEMENTATION_XMLREADER #define OOO_DLLPUBLIC_XMLREADER SAL_DLLPUBLIC_EXPORT diff --git a/include/xmlreader/pad.hxx b/include/xmlreader/pad.hxx index 728a702d0a9e..7d0ebee5ec9b 100644 --- a/include/xmlreader/pad.hxx +++ b/include/xmlreader/pad.hxx @@ -20,14 +20,14 @@ #ifndef INCLUDED_XMLREADER_PAD_HXX #define INCLUDED_XMLREADER_PAD_HXX -#include "sal/config.h" +#include #include -#include "rtl/strbuf.hxx" -#include "sal/types.h" -#include "xmlreader/detail/xmlreaderdllapi.hxx" -#include "xmlreader/span.hxx" +#include +#include +#include +#include namespace xmlreader { diff --git a/include/xmlreader/span.hxx b/include/xmlreader/span.hxx index 26c6648bf329..5e85cd0d5595 100644 --- a/include/xmlreader/span.hxx +++ b/include/xmlreader/span.hxx @@ -20,12 +20,12 @@ #ifndef INCLUDED_XMLREADER_SPAN_HXX #define INCLUDED_XMLREADER_SPAN_HXX -#include "sal/config.h" +#include #include -#include "sal/types.h" -#include "xmlreader/detail/xmlreaderdllapi.hxx" +#include +#include namespace rtl { class OUString; } diff --git a/include/xmlreader/xmlreader.hxx b/include/xmlreader/xmlreader.hxx index 90770a9432da..e895d8dcbea8 100644 --- a/include/xmlreader/xmlreader.hxx +++ b/include/xmlreader/xmlreader.hxx @@ -20,20 +20,20 @@ #ifndef INCLUDED_XMLREADER_XMLREADER_HXX #define INCLUDED_XMLREADER_XMLREADER_HXX -#include "sal/config.h" +#include #include #include -#include "boost/noncopyable.hpp" -#include "com/sun/star/container/NoSuchElementException.hpp" -#include "com/sun/star/uno/RuntimeException.hpp" -#include "osl/file.h" -#include "rtl/ustring.hxx" -#include "sal/types.h" -#include "xmlreader/detail/xmlreaderdllapi.hxx" -#include "xmlreader/pad.hxx" -#include "xmlreader/span.hxx" +#include +#include +#include +#include +#include +#include +#include +#include +#include namespace xmlreader { -- cgit