diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 15:21:58 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-11-09 18:48:43 -0600 |
commit | dc8fcd50906cffb1d0a1a24b80f3e9fa762aa27b (patch) | |
tree | aa2e4f4acc668c1dba5f83c6e2f337e08804e2df /include/sfx2/module.hxx | |
parent | f49ffef7b3ce9ffb79931b79327c5df06f3530b7 (diff) |
fdo#65108 inter-module includes <> include/sfx2
Change-Id: Id2dc67262eb91cb6c7ca030e334e3623d7535d45
Diffstat (limited to 'include/sfx2/module.hxx')
-rw-r--r-- | include/sfx2/module.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/module.hxx b/include/sfx2/module.hxx index 2d3988a10a1b..2e0aac28796e 100644 --- a/include/sfx2/module.hxx +++ b/include/sfx2/module.hxx @@ -20,8 +20,8 @@ #define INCLUDED_SFX2_MODULE_HXX // internal #define _SFXMOD_HXX // external -#include "sal/config.h" -#include "sfx2/dllapi.h" +#include <sal/config.h> +#include <sfx2/dllapi.h> #include <sfx2/shell.hxx> #include <svtools/imgdef.hxx> #include <sal/types.h> |