diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-07-06 21:41:44 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-07-16 09:15:41 +0200 |
commit | b53403c54c4fef4ecf5b9b8ba98eb643a0297858 (patch) | |
tree | ad254cc4836add9b260fee7b5068c849ec6340ae /include/cppcanvas/sprite.hxx | |
parent | 8d4fbc532e2058a906b06471501385404ff31541 (diff) |
tdf#42949 Fix IWYU warnings in include/
Recheck directories in include/ between vcl
and svx in the module hierarchy
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
New IWYU and recent developments in f-u-i helped to identify
some non self contained files, those were fixed too.
Change-Id: Ieab6083ee2aae33baf32d05943b07ad2de6f9d7f
Reviewed-on: https://gerrit.libreoffice.org/75170
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/cppcanvas/sprite.hxx')
-rw-r--r-- | include/cppcanvas/sprite.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/cppcanvas/sprite.hxx b/include/cppcanvas/sprite.hxx index 6135ebb106b6..3321eb6a03a3 100644 --- a/include/cppcanvas/sprite.hxx +++ b/include/cppcanvas/sprite.hxx @@ -20,8 +20,6 @@ #ifndef INCLUDED_CPPCANVAS_SPRITE_HXX #define INCLUDED_CPPCANVAS_SPRITE_HXX -#include <memory> - namespace basegfx { class B2DHomMatrix; |