diff options
Diffstat (limited to 'include/xmlreader')
-rw-r--r-- | include/xmlreader/detail/xmlreaderdllapi.hxx | 4 | ||||
-rw-r--r-- | include/xmlreader/pad.hxx | 10 | ||||
-rw-r--r-- | include/xmlreader/span.hxx | 6 | ||||
-rw-r--r-- | include/xmlreader/xmlreader.hxx | 20 |
4 files changed, 20 insertions, 20 deletions
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 <sal/config.h> -#include "sal/types.h" +#include <sal/types.h> #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 <sal/config.h> #include <cstddef> -#include "rtl/strbuf.hxx" -#include "sal/types.h" -#include "xmlreader/detail/xmlreaderdllapi.hxx" -#include "xmlreader/span.hxx" +#include <rtl/strbuf.hxx> +#include <sal/types.h> +#include <xmlreader/detail/xmlreaderdllapi.hxx> +#include <xmlreader/span.hxx> 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 <sal/config.h> #include <cstddef> -#include "sal/types.h" -#include "xmlreader/detail/xmlreaderdllapi.hxx" +#include <sal/types.h> +#include <xmlreader/detail/xmlreaderdllapi.hxx> 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 <sal/config.h> #include <stack> #include <vector> -#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 <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> namespace xmlreader { |