From 73bfe83a3985df447d4fd6b443277aac21cd9913 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Fri, 15 Dec 2017 02:24:13 +0100 Subject: tdf#42949 Remove unneeded helpids.h headers (2/3) A side effect of the .ui migration is that we use a lot less HIDs in the code. A lot of files still contain helpids.h includes even if no actual HID is referenced. This cleans up directories r* - svx*. Found with: git grep helpids.h | cut -d : -f 1 | xargs grep -c HID_ | grep :0$ Change-Id: I81bdb80161b0207f5df651eb17c58caef44250d3 Reviewed-on: https://gerrit.libreoffice.org/46869 Tested-by: Jenkins Reviewed-by: Michael Stahl --- sd/source/ui/view/viewshel.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sd/source/ui/view/viewshel.cxx') diff --git a/sd/source/ui/view/viewshel.cxx b/sd/source/ui/view/viewshel.cxx index 7744f3fd6976..f79d83e4fea8 100644 --- a/sd/source/ui/view/viewshel.cxx +++ b/sd/source/ui/view/viewshel.cxx @@ -42,7 +42,6 @@ #include #include -#include #include #include -- cgit