diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 15:06:00 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 18:48:39 -0600 |
commit | 7f997d5dcee61b3229f94824cfde6788db65d724 (patch) | |
tree | d6ec1091354f57ee273a6291c33a4ef540528d33 /include/xmlscript/xmllib_imexp.hxx | |
parent | aff270d89a4800fab9fb09c506d92780060e16dc (diff) |
fdo#65108 inter-module includes <> include/xmlscript
Change-Id: If4a7372a7520db8c362de17d81cfd393d42e17e8
Diffstat (limited to 'include/xmlscript/xmllib_imexp.hxx')
-rw-r--r-- | include/xmlscript/xmllib_imexp.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmlscript/xmllib_imexp.hxx b/include/xmlscript/xmllib_imexp.hxx index a318a85e6497..e86a4d94392a 100644 --- a/include/xmlscript/xmllib_imexp.hxx +++ b/include/xmlscript/xmllib_imexp.hxx @@ -22,8 +22,8 @@ #include <com/sun/star/xml/sax/XWriter.hpp> #include <com/sun/star/uno/Sequence.hxx> -#include "xmlscript/xmlns.h" -#include "xmlscript/xmlscriptdllapi.h" +#include <xmlscript/xmlns.h> +#include <xmlscript/xmlscriptdllapi.h> namespace xmlscript { |