summaryrefslogtreecommitdiff
path: root/include/basegfx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-06-17 22:09:38 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-06-21 09:07:18 +0200
commit2f04460c83f064c9fa41c8deaef9647228e0a4ad (patch)
tree6bcc30156046bc4eb3b84817b11e66fbb688308f /include/basegfx
parentfa827a8beb7e590baf8eb39d3568bb81bcc925f3 (diff)
tdf#42949 Fix IWYU warnings in include/
Recheck directories under include/ and below vcl in the module hierarchy. New IWYU and recent developments in f-u-i helped to identify some non self contained files, those were fixed too. Also some new removal proposals are dealt with here. Change-Id: If12ae37602eecdf3004ae0fa6623d464077d4f9f Reviewed-on: https://gerrit.libreoffice.org/74213 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/basegfx')
-rw-r--r--include/basegfx/DrawCommands.hxx5
-rw-r--r--include/basegfx/pixel/bpixel.hxx1
2 files changed, 5 insertions, 1 deletions
diff --git a/include/basegfx/DrawCommands.hxx b/include/basegfx/DrawCommands.hxx
index 92747c5af4d2..1da33c325694 100644
--- a/include/basegfx/DrawCommands.hxx
+++ b/include/basegfx/DrawCommands.hxx
@@ -11,6 +11,11 @@
#define INCLUDED_BASEGFX_DRAWCOMMANDS_H
#include <memory>
+#include <vector>
+
+#include <basegfx/color/bcolor.hxx>
+#include <basegfx/polygon/b2dpolypolygon.hxx>
+#include <basegfx/range/b2drange.hxx>
namespace gfx
{
diff --git a/include/basegfx/pixel/bpixel.hxx b/include/basegfx/pixel/bpixel.hxx
index 1d238192a68d..95400b966021 100644
--- a/include/basegfx/pixel/bpixel.hxx
+++ b/include/basegfx/pixel/bpixel.hxx
@@ -22,7 +22,6 @@
#include <sal/types.h>
#include <basegfx/color/bcolor.hxx>
-#include <basegfx/basegfxdllapi.h>
namespace basegfx
{