summaryrefslogtreecommitdiff
path: root/include/basegfx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2020-06-29 00:22:58 +0200
committerMiklos Vajna <vmiklos@collabora.com>2020-07-13 12:22:54 +0200
commit76a2488d0cf516dec8bec0f8db99c137b414c0eb (patch)
tree03496c363f530a0a9f4519ce60d4ee9658ccc642 /include/basegfx
parent4a4fc98e5908db1e027c8438fbbcabefe6b0de8a (diff)
tdf#42949 Fix IWYU warnings in include/[a-r]*/*hxx
Recheck after 7-0 branchoff Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I7f5c35474b671facbda85a9538462dd4291add91 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97655 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/basegfx')
-rw-r--r--include/basegfx/point/b2ipoint.hxx1
-rw-r--r--include/basegfx/raster/bzpixelraster.hxx1
2 files changed, 1 insertions, 1 deletions
diff --git a/include/basegfx/point/b2ipoint.hxx b/include/basegfx/point/b2ipoint.hxx
index 171fcbc9c8be..4c0802b572ae 100644
--- a/include/basegfx/point/b2ipoint.hxx
+++ b/include/basegfx/point/b2ipoint.hxx
@@ -20,7 +20,6 @@
#pragma once
#include <basegfx/tuple/b2ituple.hxx>
-#include <basegfx/basegfxdllapi.h>
namespace basegfx
{
diff --git a/include/basegfx/raster/bzpixelraster.hxx b/include/basegfx/raster/bzpixelraster.hxx
index d1b166fb0361..52ebc3c6ecd2 100644
--- a/include/basegfx/raster/bzpixelraster.hxx
+++ b/include/basegfx/raster/bzpixelraster.hxx
@@ -22,6 +22,7 @@
#include <basegfx/pixel/bpixel.hxx>
#include <sal/types.h>
#include <memory>
+#include <cassert>
#include <string.h>
namespace basegfx