diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 15:22:49 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 18:48:43 -0600 |
commit | 7ae156f6934760e744cc58e198589186f41d5f93 (patch) | |
tree | f629566d3c289ce47f1101f3c0d7f1a0b81179a4 /include/svl/sharedstring.hxx | |
parent | dc8fcd50906cffb1d0a1a24b80f3e9fa762aa27b (diff) |
fdo#65108 inter-module includes <> include/svl
Change-Id: I8b28f3c6df5d11112aff732159c913b4ffb1cc6f
Diffstat (limited to 'include/svl/sharedstring.hxx')
-rw-r--r-- | include/svl/sharedstring.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svl/sharedstring.hxx b/include/svl/sharedstring.hxx index a36ae135fa2a..fe9e851f045d 100644 --- a/include/svl/sharedstring.hxx +++ b/include/svl/sharedstring.hxx @@ -10,8 +10,8 @@ #ifndef INCLUDED_SVL_SHAREDSTRING_HXX #define INCLUDED_SVL_SHAREDSTRING_HXX -#include "svl/svldllapi.h" -#include "rtl/ustring.hxx" +#include <svl/svldllapi.h> +#include <rtl/ustring.hxx> namespace svl { |