diff options
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/update/check/updatecheck.hxx | 1 | ||||
-rw-r--r-- | extensions/source/update/check/updatecheckjob.cxx | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/update/check/updatecheck.hxx b/extensions/source/update/check/updatecheck.hxx index bf27bb4e0df2..64eefb259af8 100644 --- a/extensions/source/update/check/updatecheck.hxx +++ b/extensions/source/update/check/updatecheck.hxx @@ -28,7 +28,6 @@ #include <osl/conditn.hxx> #include <osl/thread.hxx> #include <rtl/instance.hxx> -#include <salhelper/refobj.hxx> #include "updateinfo.hxx" #include "updatecheckconfiglistener.hxx" diff --git a/extensions/source/update/check/updatecheckjob.cxx b/extensions/source/update/check/updatecheckjob.cxx index db3ac9a7c1c6..1be1d20da1bd 100644 --- a/extensions/source/update/check/updatecheckjob.cxx +++ b/extensions/source/update/check/updatecheckjob.cxx @@ -28,6 +28,7 @@ #include <cppuhelper/implbase3.hxx> #include <cppuhelper/implementationentry.hxx> #include <cppuhelper/supportsservice.hxx> +#include <osl/diagnose.h> #include "com/sun/star/frame/Desktop.hpp" #include "com/sun/star/frame/XTerminateListener.hpp" |