diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2019-07-02 21:23:52 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-07-03 09:06:13 +0200 |
commit | 969996ac98bc96385a6930684a4e4abe02ca03a7 (patch) | |
tree | 92dc70af5c4ee44a7a1498a7f56633dc529c8579 /svx/qa | |
parent | 25bf2c5c0074fbcc162c02593d896705e225b5b5 (diff) |
Remove some unused includes
See tdf#42949 for motivation.
Change-Id: I89c082d62409b40c8472b865cc60b0d10923c9c1
Reviewed-on: https://gerrit.libreoffice.org/75015
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svx/qa')
-rw-r--r-- | svx/qa/unit/unodraw.cxx | 1 | ||||
-rw-r--r-- | svx/qa/unit/xoutdev.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/svx/qa/unit/unodraw.cxx b/svx/qa/unit/unodraw.cxx index f3d28bda4bac..ee4b336b1a3d 100644 --- a/svx/qa/unit/unodraw.cxx +++ b/svx/qa/unit/unodraw.cxx @@ -8,7 +8,6 @@ */ #include <cppunit/TestAssert.h> -#include <cppunit/extensions/HelperMacros.h> #include <com/sun/star/drawing/GraphicExportFilter.hpp> #include <com/sun/star/drawing/XDrawPageSupplier.hpp> diff --git a/svx/qa/unit/xoutdev.cxx b/svx/qa/unit/xoutdev.cxx index 513661d669b6..308c484a7ba1 100644 --- a/svx/qa/unit/xoutdev.cxx +++ b/svx/qa/unit/xoutdev.cxx @@ -11,7 +11,6 @@ #include <cppunit/TestAssert.h> #include <cppunit/TestFixture.h> -#include <cppunit/extensions/HelperMacros.h> #include <unotest/bootstrapfixturebase.hxx> #include <sal/types.h> |