summaryrefslogtreecommitdiff
path: root/include/xmlreader
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 15:29:55 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-11-09 18:48:44 -0600
commit4ad3ed74ea40d2ca905a1cb9fcb26002db1f8763 (patch)
tree83925f1799e45599582d30f0ea27287854ac7a7e /include/xmlreader
parent83784fc6a6f0ee50475c0305abc28ba718173adf (diff)
fdo#65108 inter-module includes <> include/xmlreader
Change-Id: I5c04e9169518212ec6a9cbb6d07216a87a2d9cdb
Diffstat (limited to 'include/xmlreader')
-rw-r--r--include/xmlreader/detail/xmlreaderdllapi.hxx4
-rw-r--r--include/xmlreader/pad.hxx10
-rw-r--r--include/xmlreader/span.hxx6
-rw-r--r--include/xmlreader/xmlreader.hxx20
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 {