summaryrefslogtreecommitdiff
path: root/mate-panel/panel-xutils.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-06-20 10:56:16 +0200
committerraveit65 <[email protected]>2020-07-05 12:46:53 +0200
commit4e9bb5c7cc397ff74881b6577c20439a4575783c (patch)
treedff7d8b48a5e75ea8c970ac613e70122f66901f0 /mate-panel/panel-xutils.c
parent9f15be59faa7c4498882c513580a1ca12b0da943 (diff)
downloadmate-panel-4e9bb5c7cc397ff74881b6577c20439a4575783c.tar.bz2
mate-panel-4e9bb5c7cc397ff74881b6577c20439a4575783c.tar.xz
Use '#include <config.h>' instead of '#include "config.h"'
Diffstat (limited to 'mate-panel/panel-xutils.c')
-rw-r--r--mate-panel/panel-xutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-panel/panel-xutils.c b/mate-panel/panel-xutils.c
index 5c4e5281..73fc059c 100644
--- a/mate-panel/panel-xutils.c
+++ b/mate-panel/panel-xutils.c
@@ -22,7 +22,7 @@
* Mark McLoughlin <[email protected]>
*/
-#include "config.h"
+#include <config.h>
#ifndef HAVE_X11
#error file should only be built when HAVE_X11 is enabled