From: Michael Orlitzky Date: Mon, 8 Feb 2021 18:33:42 +0000 (-0500) Subject: panel-plugin: switch from xfce-panel-plugin.h to libxfce4panel.h. X-Git-Tag: v1.0.3~3 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=xfce4-hdaps.git;a=commitdiff_plain;h=ef0bd0512e5f92587d27a729033a473609ddadc7 panel-plugin: switch from xfce-panel-plugin.h to libxfce4panel.h. Apparently the former was removed from libxfce4panel-4.15. --- 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