diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-10-05 22:18:20 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-10-15 09:42:30 +0200 |
commit | b93769c666d84509223b67aca614ef6d1655a9dd (patch) | |
tree | d2d86658e03d834400d4be77df6dcbe260a2d889 /include/basegfx/vector | |
parent | 49c87270f7176312806d1759967c247a312f0acf (diff) |
tdf#42949 Fix IWYU warnings in include/basegfx/*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ifd59a5d93cfe7dc232891a681002014cd825035a
Reviewed-on: https://gerrit.libreoffice.org/61546
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'include/basegfx/vector')
-rw-r--r-- | include/basegfx/vector/b2enums.hxx | 2 | ||||
-rw-r--r-- | include/basegfx/vector/b2ivector.hxx | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/include/basegfx/vector/b2enums.hxx b/include/basegfx/vector/b2enums.hxx index 2253d21cca9e..3793e6844b84 100644 --- a/include/basegfx/vector/b2enums.hxx +++ b/include/basegfx/vector/b2enums.hxx @@ -20,8 +20,6 @@ #ifndef INCLUDED_BASEGFX_VECTOR_B2ENUMS_HXX #define INCLUDED_BASEGFX_VECTOR_B2ENUMS_HXX -#include <sal/types.h> - namespace basegfx { /** Descriptor for the mathematical orientations of two 2D Vectors diff --git a/include/basegfx/vector/b2ivector.hxx b/include/basegfx/vector/b2ivector.hxx index fab0e8cd3eac..df7c651ef57a 100644 --- a/include/basegfx/vector/b2ivector.hxx +++ b/include/basegfx/vector/b2ivector.hxx @@ -23,7 +23,6 @@ #include <ostream> #include <basegfx/tuple/b2ituple.hxx> -#include <basegfx/vector/b2enums.hxx> #include <basegfx/basegfxdllapi.h> namespace basegfx |