1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-28 14:49:30 +00:00

best-match: Fix header include

We only need gio.h here because of GLoadable.
This commit is contained in:
Evangelos Ribeiro Tzaras 2021-11-26 06:51:24 +01:00
parent 2026573e64
commit 4e09ada0df

View file

@ -25,7 +25,7 @@
#ifndef CALLS_BEST_MATCH_H__
#define CALLS_BEST_MATCH_H__
#include <gdk/gdk.h>
#include <gio/gio.h>
G_BEGIN_DECLS