From 5c151537b571614c8f10b96e2b60faa959413f1f Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Sun, 8 Oct 2017 21:46:51 +0300 Subject: uibase: consistently use "" and <> in include directives Change-Id: Ib6888045cecb4bd7b3498534605d790324f1b40a Reviewed-on: https://gerrit.libreoffice.org/43265 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- sw/source/uibase/shells/grfsh.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw/source/uibase/shells/grfsh.cxx') diff --git a/sw/source/uibase/shells/grfsh.cxx b/sw/source/uibase/shells/grfsh.cxx index 3e3e1bafa821..dafb8d4b643b 100644 --- a/sw/source/uibase/shells/grfsh.cxx +++ b/sw/source/uibase/shells/grfsh.cxx @@ -73,8 +73,8 @@ #define SwGrfShell #include -#include "swslots.hxx" -#include "swabstdlg.hxx" +#include +#include #include #include -- cgit