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/asiancfg.hxx | |
parent | dc8fcd50906cffb1d0a1a24b80f3e9fa762aa27b (diff) |
fdo#65108 inter-module includes <> include/svl
Change-Id: I8b28f3c6df5d11112aff732159c913b4ffb1cc6f
Diffstat (limited to 'include/svl/asiancfg.hxx')
-rw-r--r-- | include/svl/asiancfg.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/svl/asiancfg.hxx b/include/svl/asiancfg.hxx index 622b1f8ff277..0652a5dace12 100644 --- a/include/svl/asiancfg.hxx +++ b/include/svl/asiancfg.hxx @@ -20,13 +20,13 @@ #ifndef INCLUDED_SVL_ASIANCFG_HXX #define INCLUDED_SVL_ASIANCFG_HXX -#include "sal/config.h" +#include <sal/config.h> -#include "boost/noncopyable.hpp" -#include "boost/scoped_ptr.hpp" -#include "com/sun/star/uno/Sequence.hxx" -#include "sal/types.h" -#include "svl/svldllapi.h" +#include <boost/noncopyable.hpp> +#include <boost/scoped_ptr.hpp> +#include <com/sun/star/uno/Sequence.hxx> +#include <sal/types.h> +#include <svl/svldllapi.h> namespace com { namespace sun { namespace star { namespace lang { struct Locale; |