From b10763b624f550465ff2635778c5c2ad94376af1 Mon Sep 17 00:00:00 2001 From: rbuj Date: Sun, 21 Jun 2020 12:23:12 +0200 Subject: Using #include with system libraries --- mate-panel/libmate-panel-applet-private/panel-applets-manager-dbus.c | 4 ++-- mate-panel/libpanel-util/panel-cleanup.h | 2 +- mate-panel/libpanel-util/panel-keyfile.h | 2 +- mate-panel/panel-addto.c | 2 +- mate-panel/panel-recent.h | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mate-panel/libmate-panel-applet-private/panel-applets-manager-dbus.c b/mate-panel/libmate-panel-applet-private/panel-applets-manager-dbus.c index 4ee9296b..5873a4e9 100644 --- a/mate-panel/libmate-panel-applet-private/panel-applets-manager-dbus.c +++ b/mate-panel/libmate-panel-applet-private/panel-applets-manager-dbus.c @@ -32,10 +32,10 @@ #include "panel-applets-manager-dbus.h" #ifdef HAVE_X11 -#include "gdk/gdkx.h" +#include #endif #ifdef HAVE_WAYLAND -#include "gdk/gdkwayland.h" +#include #endif struct _MatePanelAppletsManagerDBusPrivate diff --git a/mate-panel/libpanel-util/panel-cleanup.h b/mate-panel/libpanel-util/panel-cleanup.h index 21474e19..9da5b828 100644 --- a/mate-panel/libpanel-util/panel-cleanup.h +++ b/mate-panel/libpanel-util/panel-cleanup.h @@ -25,7 +25,7 @@ #ifndef PANEL_CLEANUP_H #define PANEL_CLEANUP_H -#include "glib.h" +#include #ifdef __cplusplus extern "C" { diff --git a/mate-panel/libpanel-util/panel-keyfile.h b/mate-panel/libpanel-util/panel-keyfile.h index 89ec62a4..8f90939d 100644 --- a/mate-panel/libpanel-util/panel-keyfile.h +++ b/mate-panel/libpanel-util/panel-keyfile.h @@ -27,7 +27,7 @@ #ifndef PANEL_KEYFILE_H #define PANEL_KEYFILE_H -#include "glib.h" +#include #ifdef __cplusplus extern "C" { diff --git a/mate-panel/panel-addto.c b/mate-panel/panel-addto.c index d489509f..03da00ec 100644 --- a/mate-panel/panel-addto.c +++ b/mate-panel/panel-addto.c @@ -57,7 +57,7 @@ #include "xstuff.h" #endif #ifdef HAVE_WAYLAND -#include "gdk/gdkwayland.h" +#include #endif typedef struct { diff --git a/mate-panel/panel-recent.h b/mate-panel/panel-recent.h index ed0958c4..7605342c 100644 --- a/mate-panel/panel-recent.h +++ b/mate-panel/panel-recent.h @@ -25,7 +25,7 @@ #ifndef __PANEL_RECENT_H__ #define __PANEL_RECENT_H__ -#include "gtk/gtk.h" +#include #ifdef __cplusplus extern "C" { -- cgit v1.2.1