summaryrefslogtreecommitdiff
path: root/include/xmlreader/xmlreader.hxx
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/xmlreader.hxx
parent83784fc6a6f0ee50475c0305abc28ba718173adf (diff)
fdo#65108 inter-module includes <> include/xmlreader
Change-Id: I5c04e9169518212ec6a9cbb6d07216a87a2d9cdb
Diffstat (limited to 'include/xmlreader/xmlreader.hxx')
-rw-r--r--include/xmlreader/xmlreader.hxx20
1 files changed, 10 insertions, 10 deletions
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 {