diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-12-29 17:55:54 +0100 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-01-03 12:58:30 +0100 |
commit | 4701d2f23517e54f76a3b685cf852eb3e38da7a1 (patch) | |
tree | 0dc95e6881b6094198aa5c16003c5f4c06b24a30 /vcl | |
parent | 2eb811c5d743908eda0cda4945a0009ea52eb22d (diff) |
Removed duplicated includes
Change-Id: I8d6999d085cdf7eef570d7274f0230b400872c7d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108474
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/bitmap/bmpfast.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/bitmap/bmpfast.cxx b/vcl/source/bitmap/bmpfast.cxx index 119250a72bbe..1d8515762320 100644 --- a/vcl/source/bitmap/bmpfast.cxx +++ b/vcl/source/bitmap/bmpfast.cxx @@ -21,7 +21,6 @@ #include <bitmap/BitmapWriteAccess.hxx> #include <bitmap/bmpfast.hxx> -#include <bitmap/BitmapWriteAccess.hxx> #include <sal/log.hxx> |