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.
25 lines
554 B
25 lines
554 B
2 years ago
|
From 66aea36411477f284fa8a379b3bde282385d281c Mon Sep 17 00:00:00 2001
|
||
|
From: Jan Tojnar <jtojnar@gmail.com>
|
||
|
Date: Wed, 8 Apr 2020 16:41:32 +0200
|
||
|
Subject: [PATCH] Remove forgotten libcanberra include
|
||
|
|
||
|
---
|
||
|
src/gcm-viewer.c | 1 -
|
||
|
1 file changed, 1 deletion(-)
|
||
|
|
||
|
diff --git a/src/gcm-viewer.c b/src/gcm-viewer.c
|
||
|
index 77463af..d778877 100644
|
||
|
--- a/src/gcm-viewer.c
|
||
|
+++ b/src/gcm-viewer.c
|
||
|
@@ -12,7 +12,6 @@
|
||
|
#include <gdk/gdkx.h>
|
||
|
#include <glib/gstdio.h>
|
||
|
#include <locale.h>
|
||
|
-#include <canberra-gtk.h>
|
||
|
#include <colord.h>
|
||
|
#include <math.h>
|
||
|
|
||
|
--
|
||
|
2.31.1
|
||
|
|