summaryrefslogtreecommitdiff
path: root/mate-panel
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-06-21 12:23:12 +0200
committerraveit65 <[email protected]>2020-07-07 13:35:46 +0200
commitb10763b624f550465ff2635778c5c2ad94376af1 (patch)
tree0f1174bae67fd2c068417dd1cfe7dcd551dcb7dd /mate-panel
parent231d7029cdfd10995f7ac2f29fd0c1a65ac0b02a (diff)
downloadmate-panel-b10763b624f550465ff2635778c5c2ad94376af1.tar.bz2
mate-panel-b10763b624f550465ff2635778c5c2ad94376af1.tar.xz
Using #include with system libraries
Diffstat (limited to 'mate-panel')
-rw-r--r--mate-panel/libmate-panel-applet-private/panel-applets-manager-dbus.c4
-rw-r--r--mate-panel/libpanel-util/panel-cleanup.h2
-rw-r--r--mate-panel/libpanel-util/panel-keyfile.h2
-rw-r--r--mate-panel/panel-addto.c2
-rw-r--r--mate-panel/panel-recent.h2
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 <gdk/gdkx.h>
#endif
#ifdef HAVE_WAYLAND
-#include "gdk/gdkwayland.h"
+#include <gdk/gdkwayland.h>
#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 <glib.h>
#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 <glib.h>
#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 <gdk/gdkwayland.h>
#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 <gtk/gtk.h>
#ifdef __cplusplus
extern "C" {