vcl/inc/gtkprintwrapper.hxx | 126 +++++++++++++++++++++++++++++++++++++++ vcl/unx/gtk/gtkprintwrapper.hxx | 126 --------------------------------------- vcl/unx/gtk3/gtkprintwrapper.hxx | 2 3 files changed, 127 insertions(+), 127 deletions(-)
New commits: commit 6536150492b8f59af3385afbab7792082f1b45dd Author: burcinakalin <brcnaka...@gmail.com> Date: Fri Dec 18 11:41:32 2015 +0200 tdf#95416 Get rid of #include "../foo/bar.hxx" style includes Change-Id: I6ff580f6ff190d8e48f107cb28bfe8f39985d709 Signed-off-by: burcinakalin <brcnaka...@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/20840 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: jan iversen <j...@documentfoundation.org> diff --git a/vcl/unx/gtk/gtkprintwrapper.hxx b/vcl/inc/gtkprintwrapper.hxx similarity index 100% rename from vcl/unx/gtk/gtkprintwrapper.hxx rename to vcl/inc/gtkprintwrapper.hxx diff --git a/vcl/unx/gtk3/gtkprintwrapper.hxx b/vcl/unx/gtk3/gtkprintwrapper.hxx index 9ee46e7..9a0c8e3 100644 --- a/vcl/unx/gtk3/gtkprintwrapper.hxx +++ b/vcl/unx/gtk3/gtkprintwrapper.hxx @@ -10,7 +10,7 @@ #ifndef INCLUDED_VCL_UNX_GTK3_INC_GTKPRINTWRAPPER_HXX #define INCLUDED_VCL_UNX_GTK3_INC_GTKPRINTWRAPPER_HXX -#include "../gtk/gtkprintwrapper.hxx" +#include "gtk/gtkprintwrapper.hxx" #endif // INCLUDED_VCL_UNX_GTK3_INC_GTKPRINTWRAPPER_HXX _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits