summaryrefslogtreecommitdiff
path: root/include/xmlreader/xmlreader.hxx
diff options
context:
space:
mode:
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 {