summaryrefslogtreecommitdiff
path: root/desktop/source/app/app.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-05-30 14:17:35 +0300
committerTor Lillqvist <tml@collabora.com>2016-05-30 14:47:16 +0300
commit64061d8dd687efa1c78e5284ab01f2f16e5817c3 (patch)
treec6295a45a6aaad065b94ecb9a2326c51e939ac91 /desktop/source/app/app.cxx
parentbe3e09a2f7effada123c6a75201eb5a0029481c2 (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/source/app/app.cxx')
-rw-r--r--desktop/source/app/app.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 38101efaf6b1..05c3f9b6d9f5 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -35,7 +35,6 @@
#include "lockfile.hxx"
#include "userinstall.hxx"
#include "desktopcontext.hxx"
-#include "exithelper.h"
#include "migration.hxx"
#include <svl/languageoptions.hxx>
@@ -76,6 +75,7 @@
#include <com/sun/star/frame/thePopupMenuControllerFactory.hpp>
#include <com/sun/star/office/Quickstart.hpp>
+#include <desktop/exithelper.h>
#include <sal/log.hxx>
#include <toolkit/helper/vclunohelper.hxx>
#include <comphelper/configuration.hxx>