linux-qubasis
linux oasis port as a qubes template
git clone https://9o.is/git/linux-qubasis.git
0002-wayland-util.h-remove-unused-math.h-include.patch
(899B)
1 From 73a48baabf1e154c6d6bc79270106305773ef95f Mon Sep 17 00:00:00 2001
2 From: Michael Forney <mforney@mforney.org>
3 Date: Wed, 16 Dec 2020 00:56:19 -0800
4 Subject: [PATCH] wayland-util.h: remove unused math.h include
5
6 This header is unused since f5df38959b (2012).
7 ---
8 src/connection.c | 1 -
9 src/wayland-util.h | 1 -
10 2 files changed, 2 deletions(-)
11
12 diff --git a/src/connection.c b/src/connection.c
13 index d0c7d9f..62e6dbd 100644
14 --- a/src/connection.c
15 +++ b/src/connection.c
16 @@ -26,7 +26,6 @@
17
18 #define _GNU_SOURCE
19
20 -#include <math.h>
21 #include <stdlib.h>
22 #include <stdint.h>
23 #include <string.h>
24 diff --git a/src/wayland-util.h b/src/wayland-util.h
25 index 7997778..5731cf8 100644
26 --- a/src/wayland-util.h
27 +++ b/src/wayland-util.h
28 @@ -31,7 +31,6 @@
29 #ifndef WAYLAND_UTIL_H
30 #define WAYLAND_UTIL_H
31
32 -#include <math.h>
33 #include <stddef.h>
34 #include <inttypes.h>
35 #include <stdarg.h>
36 --
37 2.32.0
38