diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-05-30 14:17:35 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-05-30 14:47:16 +0300 |
commit | 64061d8dd687efa1c78e5284ab01f2f16e5817c3 (patch) | |
tree | c6295a45a6aaad065b94ecb9a2326c51e939ac91 /desktop/win32/source | |
parent | be3e09a2f7effada123c6a75201eb5a0029481c2 (diff) |
Move exithelper.h to include
We will want to use EXITHELPER_CRASH_WITH_RESTART in vcl, too.
Change-Id: If34244a361b157e0e9c7cca55fc34f0574f39984
Diffstat (limited to 'desktop/win32/source')
-rw-r--r-- | desktop/win32/source/officeloader/officeloader.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/win32/source/officeloader/officeloader.cxx b/desktop/win32/source/officeloader/officeloader.cxx index 3f9760f9344f..ea442bd48de8 100644 --- a/desktop/win32/source/officeloader/officeloader.cxx +++ b/desktop/win32/source/officeloader/officeloader.cxx @@ -38,10 +38,10 @@ #include <stdlib.h> #include <systools/win32/uwinapi.h> +#include <desktop/exithelper.h> #include <rtl/string.h> #include <sal/macros.h> -#include "../../../source/inc/exithelper.h" #include "../loader.hxx" #include <config_version.h> |