Kaydet (Commit) 4ad3ed74 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

fdo#65108 inter-module includes <> include/xmlreader

Change-Id: I5c04e9169518212ec6a9cbb6d07216a87a2d9cdb
üst 83784fc6
......@@ -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
......
......@@ -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 {
......
......@@ -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; }
......
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment