27 lines
725 B
Diff
27 lines
725 B
Diff
|
From 8b8a49e14c1010c5ab325b64fc3b65524a6a6049 Mon Sep 17 00:00:00 2001
|
||
|
From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= <caolanm@redhat.com>
|
||
|
Date: Wed, 20 Jan 2021 09:19:25 +0000
|
||
|
Subject: [PATCH] rhbz#1918152 fix FTBFS
|
||
|
|
||
|
Change-Id: I5c03c810d3b2572b0e58c62293add49bd7025e70
|
||
|
---
|
||
|
vcl/source/gdi/bitmap3.cxx | 2 --
|
||
|
1 file changed, 2 deletions(-)
|
||
|
|
||
|
diff --git a/vcl/source/gdi/bitmap3.cxx b/vcl/source/gdi/bitmap3.cxx
|
||
|
index ec80b03c6008..8ea5c31bee3e 100644
|
||
|
--- a/vcl/source/gdi/bitmap3.cxx
|
||
|
+++ b/vcl/source/gdi/bitmap3.cxx
|
||
|
@@ -17,8 +17,6 @@
|
||
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||
|
*/
|
||
|
|
||
|
-#include <math.h>
|
||
|
-
|
||
|
#include <vcl/bitmapaccess.hxx>
|
||
|
#include <vcl/bitmapex.hxx>
|
||
|
#include <vcl/bitmap.hxx>
|
||
|
--
|
||
|
2.28.0
|
||
|
|