diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-05-30 15:09:08 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-05-30 15:10:26 +0300 |
commit | 46d5d475b114b93a76502d58637468e404a8562b (patch) | |
tree | 0a3f05d768042a065d412adc0e0588dd95e2c0ca /desktop/source/app/sofficemain.cxx | |
parent | 1544a26ac9f7dd60605dd21e9cbe29d490aafdce (diff) |
Trivial follow-up fix to 64061d8dd687efa1c78e5284ab01f2f16e5817c3
Change-Id: I322690bba054736a1201b3f4d8f4d5670f7799b7
Diffstat (limited to 'desktop/source/app/sofficemain.cxx')
-rw-r--r-- | desktop/source/app/sofficemain.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/sofficemain.cxx b/desktop/source/app/sofficemain.cxx index 66c79ca6ad21..755da5920e09 100644 --- a/desktop/source/app/sofficemain.cxx +++ b/desktop/source/app/sofficemain.cxx @@ -25,10 +25,10 @@ #include <desktop/dllapi.h> #include "app.hxx" -#include "exithelper.h" #include "cmdlineargs.hxx" #include "cmdlinehelp.hxx" +#include <desktop/exithelper.h> #include <osl/file.hxx> #include <rtl/bootstrap.hxx> #include <sal/log.hxx> |