diff options
-rw-r--r-- | include/salhelper/refobj.hxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/inc/maildispatcher.hxx | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/include/salhelper/refobj.hxx b/include/salhelper/refobj.hxx index f84c31297621..f918784e9a91 100644 --- a/include/salhelper/refobj.hxx +++ b/include/salhelper/refobj.hxx @@ -22,7 +22,6 @@ #include <sal/types.h> #include <rtl/alloc.h> -#include <rtl/ref.hxx> #include <osl/diagnose.h> #include <osl/interlck.h> diff --git a/sw/source/uibase/inc/maildispatcher.hxx b/sw/source/uibase/inc/maildispatcher.hxx index 8dc22fc3b978..7ebb1ec1f8f9 100644 --- a/sw/source/uibase/inc/maildispatcher.hxx +++ b/sw/source/uibase/inc/maildispatcher.hxx @@ -24,6 +24,7 @@ #include <com/sun/star/mail/XMailMessage.hpp> #include <osl/thread.hxx> #include <osl/conditn.hxx> +#include <rtl/ref.hxx> #include <salhelper/refobj.hxx> #include <list> |