summaryrefslogtreecommitdiff
path: root/include/cppcanvas
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-07-06 21:41:44 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-07-16 09:15:41 +0200
commitb53403c54c4fef4ecf5b9b8ba98eb643a0297858 (patch)
treead254cc4836add9b260fee7b5068c849ec6340ae /include/cppcanvas
parent8d4fbc532e2058a906b06471501385404ff31541 (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')
-rw-r--r--include/cppcanvas/sprite.hxx2
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;