mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-13 16:07:36 +00:00
best-match: Fix header include
We only need gio.h here because of GLoadable.
This commit is contained in:
parent
2026573e64
commit
4e09ada0df
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue