diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-05-21 11:03:04 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-05-24 09:04:29 +0200 |
commit | 23d51ad9343f9be1bac30e0bb2b21963699fdade (patch) | |
tree | 22d320136e3747acdb9d711ce48834dc7bb3c3c2 /sd/inc/glob.hxx | |
parent | bb89376797b3eace17afacf764b833287376a486 (diff) |
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 <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sd/inc/glob.hxx')
-rw-r--r-- | sd/inc/glob.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sd/inc/glob.hxx b/sd/inc/glob.hxx index 32e2d7f54d2f..4708196316d0 100644 --- a/sd/inc/glob.hxx +++ b/sd/inc/glob.hxx @@ -20,9 +20,6 @@ #ifndef INCLUDED_SD_INC_GLOB_HXX #define INCLUDED_SD_INC_GLOB_HXX -#include <svl/style.hxx> -#include <sal/types.h> - #define SD_IF_SDAPP SFX_INTERFACE_SD_START + SfxInterfaceId(0) #define SD_IF_SDDRAWDOCSHELL SFX_INTERFACE_SD_START + SfxInterfaceId(1) #define SD_IF_SDDRAWVIEWSHELL SFX_INTERFACE_SD_START + SfxInterfaceId(3) |