From 4fae455fcdb0242b568b88f51726bd1596e100b0 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Thu, 14 Dec 2017 14:50:33 +0100 Subject: tdf#42949 Remove unneeded helpids.h headers (1/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 b* - e*. Found with: git grep helpids.h | cut -d : -f 1 | xargs grep -c HID_ | grep :0$ Change-Id: I221d22f68584115d71660a97c4f108595625d12c Reviewed-on: https://gerrit.libreoffice.org/46868 Tested-by: Jenkins Reviewed-by: Michael Stahl --- extensions/source/bibliography/bibbeam.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'extensions/source/bibliography/bibbeam.cxx') diff --git a/extensions/source/bibliography/bibbeam.cxx b/extensions/source/bibliography/bibbeam.cxx index 2f57ca2bd178..045406e49864 100644 --- a/extensions/source/bibliography/bibbeam.cxx +++ b/extensions/source/bibliography/bibbeam.cxx @@ -22,7 +22,6 @@ #include #include -#include #include #include #include -- cgit