diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-11-20 12:24:22 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-11-22 10:42:17 +0100 |
commit | a2fbc48afdaf693f1a24e1de5cea21250bfab5ed (patch) | |
tree | 2256a637e8665ff260d9109569ff9942c0a61328 /drawinglayer/inc/emfplushelper.hxx | |
parent | d0eb495c6a3eca77a475759298f58a70ab73851f (diff) |
tdf#42949 Fix IWYU warnings in drawinglayer/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I0968cfd6a94c20e6b0d324f068ca658d7d5c0296
Reviewed-on: https://gerrit.libreoffice.org/83294
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'drawinglayer/inc/emfplushelper.hxx')
-rw-r--r-- | drawinglayer/inc/emfplushelper.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drawinglayer/inc/emfplushelper.hxx b/drawinglayer/inc/emfplushelper.hxx index c689610c5ea2..60bca56fc547 100644 --- a/drawinglayer/inc/emfplushelper.hxx +++ b/drawinglayer/inc/emfplushelper.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_DRAWINGLAYER_INC_EMFPLUSHELPER_HXX #define INCLUDED_DRAWINGLAYER_INC_EMFPLUSHELPER_HXX -#include <sal/types.h> #include <sal/config.h> #include <memory> #include "wmfemfhelper.hxx" |