From 23d51ad9343f9be1bac30e0bb2b21963699fdade Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Mon, 21 May 2018 11:03:04 +0200 Subject: tdf#42949 Fix IWYU warnings in sd/inc/* Found with bin/find-unneeded-includes Removal proposals are dealt with here With fallout management as necessary Change-Id: Iaef9eec626334c480dd5a2def63bb476350ceebb Reviewed-on: https://gerrit.libreoffice.org/54617 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- sd/inc/helpids.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'sd/inc/helpids.h') diff --git a/sd/inc/helpids.h b/sd/inc/helpids.h index 64678d7733ad..0b2622f4c4c3 100644 --- a/sd/inc/helpids.h +++ b/sd/inc/helpids.h @@ -20,9 +20,6 @@ #ifndef INCLUDED_SD_INC_HELPIDS_H #define INCLUDED_SD_INC_HELPIDS_H -#include -#include "sdcommands.h" - #define HID_SDDRAWVIEWSHELL "SD_HID_SDDRAWVIEWSHELL" #define HID_SDGRAPHICVIEWSHELL "SD_HID_SDGRAPHICVIEWSHELL" #define HID_SDOUTLINEVIEWSHELL "SD_HID_SDOUTLINEVIEWSHELL" -- cgit