summaryrefslogtreecommitdiff
path: root/mate-panel/libpanel-util
diff options
context:
space:
mode:
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" {