diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 15:29:55 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 18:48:44 -0600 |
commit | 4ad3ed74ea40d2ca905a1cb9fcb26002db1f8763 (patch) | |
tree | 83925f1799e45599582d30f0ea27287854ac7a7e /include/xmlreader/detail | |
parent | 83784fc6a6f0ee50475c0305abc28ba718173adf (diff) |
fdo#65108 inter-module includes <> include/xmlreader
Change-Id: I5c04e9169518212ec6a9cbb6d07216a87a2d9cdb
Diffstat (limited to 'include/xmlreader/detail')
-rw-r--r-- | include/xmlreader/detail/xmlreaderdllapi.hxx | 4 |
1 files changed, 2 insertions, 2 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 |