diff options
author | burcinakalin <brcnakalin@gmail.com> | 2015-12-18 11:41:32 +0200 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2015-12-24 09:31:53 +0000 |
commit | 6536150492b8f59af3385afbab7792082f1b45dd (patch) | |
tree | 4f34b556adf332b7a0834e9eb839149cd1647d38 | |
parent | e3a31fcca771432a38e4c2e7cc4c4c6c1c157ee9 (diff) |
tdf#95416 Get rid of #include "../foo/bar.hxx" style includes
Change-Id: I6ff580f6ff190d8e48f107cb28bfe8f39985d709
Signed-off-by: burcinakalin <brcnakalin@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/20840
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
-rw-r--r-- | vcl/inc/gtkprintwrapper.hxx (renamed from vcl/unx/gtk/gtkprintwrapper.hxx) | 0 | ||||
-rw-r--r-- | vcl/unx/gtk3/gtkprintwrapper.hxx | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/gtk/gtkprintwrapper.hxx b/vcl/inc/gtkprintwrapper.hxx index 8840d6c3bbc4..8840d6c3bbc4 100644 --- a/vcl/unx/gtk/gtkprintwrapper.hxx +++ b/vcl/inc/gtkprintwrapper.hxx diff --git a/vcl/unx/gtk3/gtkprintwrapper.hxx b/vcl/unx/gtk3/gtkprintwrapper.hxx index 9ee46e7226fe..9a0c8e3ee993 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 |