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