From ef0bd0512e5f92587d27a729033a473609ddadc7 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 8 Feb 2021 13:33:42 -0500 Subject: [PATCH] panel-plugin: switch from xfce-panel-plugin.h to libxfce4panel.h. Apparently the former was removed from libxfce4panel-4.15. --- panel-plugin/xfce4-hdaps-dialogs.c | 2 +- panel-plugin/xfce4-hdaps.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/panel-plugin/xfce4-hdaps-dialogs.c b/panel-plugin/xfce4-hdaps-dialogs.c index 8851614..5624ba8 100644 --- a/panel-plugin/xfce4-hdaps-dialogs.c +++ b/panel-plugin/xfce4-hdaps-dialogs.c @@ -26,7 +26,7 @@ #include #include #include -#include +#include #include "xfce4-hdaps-dialogs.h" #include "hdaps.h" diff --git a/panel-plugin/xfce4-hdaps.h b/panel-plugin/xfce4-hdaps.h index 08f54fb..892c5b6 100644 --- a/panel-plugin/xfce4-hdaps.h +++ b/panel-plugin/xfce4-hdaps.h @@ -23,7 +23,7 @@ #define __XFCE4_HDAPS_H__ #include -#include +#include #include G_BEGIN_DECLS -- 2.43.2