diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-04-17 13:18:22 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-04-18 10:11:06 +0200 |
commit | 78315f414ad27af65eab2145382d2957c0bfd3f8 (patch) | |
tree | 5ed4e8330e3c0b738b1ced27281720c5a0d46524 /vcl/qa | |
parent | 6742897f98e18be85abd1823edf97d5035915984 (diff) |
Removed duplicated includes
Change-Id: Id0222c9f6a7ef04ed46dc5ceacd814619b4d7c21
Reviewed-on: https://gerrit.libreoffice.org/70912
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/qa')
-rw-r--r-- | vcl/qa/cppunit/BitmapTest.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/qa/cppunit/BitmapTest.cxx b/vcl/qa/cppunit/BitmapTest.cxx index 697db737ecb1..020b01c22d55 100644 --- a/vcl/qa/cppunit/BitmapTest.cxx +++ b/vcl/qa/cppunit/BitmapTest.cxx @@ -28,7 +28,6 @@ #include <vcl/BitmapMonochromeFilter.hxx> #include <BitmapSymmetryCheck.hxx> -#include <vcl/bitmapaccess.hxx> #include <bitmapwriteaccess.hxx> #include <svdata.hxx> |