summaryrefslogtreecommitdiff
path: root/mate-panel/libpanel-util
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/libpanel-util
parent231d7029cdfd10995f7ac2f29fd0c1a65ac0b02a (diff)
downloadmate-panel-b10763b624f550465ff2635778c5c2ad94376af1.tar.bz2
mate-panel-b10763b624f550465ff2635778c5c2ad94376af1.tar.xz
Using #include with system libraries
Diffstat (limited to 'mate-panel/libpanel-util')
-rw-r--r--mate-panel/libpanel-util/panel-cleanup.h2
-rw-r--r--mate-panel/libpanel-util/panel-keyfile.h2
2 files changed, 2 insertions, 2 deletions
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" {