summaryrefslogtreecommitdiff
path: root/mate-panel
diff options
context:
space:
mode:
Diffstat (limited to 'mate-panel')
-rw-r--r--mate-panel/mate-desktop-item-edit.c2
-rw-r--r--mate-panel/panel-stock-icons.c2
-rw-r--r--mate-panel/panel-xutils.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/mate-panel/mate-desktop-item-edit.c b/mate-panel/mate-desktop-item-edit.c
index 5a699b03..72853939 100644
--- a/mate-panel/mate-desktop-item-edit.c
+++ b/mate-panel/mate-desktop-item-edit.c
@@ -1,4 +1,4 @@
-#include "config.h"
+#include <config.h>
#include <glib/gi18n.h>
#include <gio/gio.h>
diff --git a/mate-panel/panel-stock-icons.c b/mate-panel/panel-stock-icons.c
index 96a47aa0..836f7729 100644
--- a/mate-panel/panel-stock-icons.c
+++ b/mate-panel/panel-stock-icons.c
@@ -22,7 +22,7 @@
* Mark McLoughlin <[email protected]>
*/
-#include "config.h"
+#include <config.h>
#include "panel-stock-icons.h"
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