diff options
author | Huzaifa Iftikhar <huzaifa3196@gmail.com> | 2016-12-20 03:03:35 +0530 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2016-12-20 16:59:22 +0000 |
commit | 9abac96518125dddd29ef1e2b4b84429f8ca88a5 (patch) | |
tree | 046d2a2cbad53714e00917399089a3c9b5d78a24 /desktop | |
parent | 01bf50c5817ab2fafe41f417d71c4adfb4655718 (diff) |
tdf#95416 Fix an include for desktop directory
Change-Id: I04a2181b05f2b15a55db306f49b47855db7753db
Reviewed-on: https://gerrit.libreoffice.org/32204
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Tested-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/inc/dp_misc.h (renamed from desktop/source/deployment/inc/dp_misc.h) | 0 | ||||
-rw-r--r-- | desktop/source/app/check_ext_deps.cxx | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/inc/dp_misc.h b/desktop/inc/dp_misc.h index 16cd44273712..16cd44273712 100644 --- a/desktop/source/deployment/inc/dp_misc.h +++ b/desktop/inc/dp_misc.h diff --git a/desktop/source/app/check_ext_deps.cxx b/desktop/source/app/check_ext_deps.cxx index f22a3e1a63d3..af195b29ecac 100644 --- a/desktop/source/app/check_ext_deps.cxx +++ b/desktop/source/app/check_ext_deps.cxx @@ -56,7 +56,7 @@ #include "app.hxx" -#include "../deployment/inc/dp_misc.h" +#include "dp_misc.h" using namespace desktop; using namespace com::sun::star; |