From f22e86cbdea4f58c3cad8e5132799d2586eb9c27 Mon Sep 17 00:00:00 2001 From: Florian Märkl Date: Fri, 9 May 2025 18:27:51 +0200 Subject: Remove unnecessary gio/gdesktopappinfo.h include This was introduced in 5d7fbff4c97779922efe03268deaf669a5a4eaa8 but the code using it was removed in 0312ffa2d621b398462659429a7c2b778da93ca8 so it is not necessary anymore now. Moreover, this header is not available when glib is compiled with cocoa so it would break the build in such cases. --- src/indicator-desktop-shortcuts.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/indicator-desktop-shortcuts.c b/src/indicator-desktop-shortcuts.c index be1d632..99a687a 100644 --- a/src/indicator-desktop-shortcuts.c +++ b/src/indicator-desktop-shortcuts.c @@ -25,7 +25,6 @@ License along with this library. If not, see #include "config.h" #endif -#include #include "indicator-desktop-shortcuts.h" #define ACTIONS_KEY "Actions" -- cgit v1.2.3