From 64061d8dd687efa1c78e5284ab01f2f16e5817c3 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 30 May 2016 14:17:35 +0300 Subject: Move exithelper.h to include We will want to use EXITHELPER_CRASH_WITH_RESTART in vcl, too. Change-Id: If34244a361b157e0e9c7cca55fc34f0574f39984 --- desktop/source/app/app.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/source/app/app.cxx') 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 @@ -76,6 +75,7 @@ #include #include +#include #include #include #include -- cgit