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