desktop/inc/dp_misc.h | 164 ++++++++++++++++++++++++++++++++ desktop/source/app/check_ext_deps.cxx | 2 desktop/source/deployment/inc/dp_misc.h | 164 -------------------------------- 3 files changed, 165 insertions(+), 165 deletions(-)
New commits: commit 9abac96518125dddd29ef1e2b4b84429f8ca88a5 Author: Huzaifa Iftikhar <huzaifa3...@gmail.com> Date: Tue Dec 20 03:03:35 2016 +0530 tdf#95416 Fix an include for desktop directory Change-Id: I04a2181b05f2b15a55db306f49b47855db7753db Reviewed-on: https://gerrit.libreoffice.org/32204 Reviewed-by: Jan-Marek Glogowski <glo...@fbihome.de> Tested-by: Jan-Marek Glogowski <glo...@fbihome.de> diff --git a/desktop/source/deployment/inc/dp_misc.h b/desktop/inc/dp_misc.h similarity index 100% rename from desktop/source/deployment/inc/dp_misc.h rename to desktop/inc/dp_misc.h diff --git a/desktop/source/app/check_ext_deps.cxx b/desktop/source/app/check_ext_deps.cxx index f22a3e1..af195b2 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; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits