You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
725 B
26 lines
725 B
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 |
|
|
|
|