From 4e9bb5c7cc397ff74881b6577c20439a4575783c Mon Sep 17 00:00:00 2001 From: rbuj Date: Sat, 20 Jun 2020 10:56:16 +0200 Subject: Use '#include ' instead of '#include "config.h"' --- mate-panel/mate-desktop-item-edit.c | 2 +- mate-panel/panel-stock-icons.c | 2 +- mate-panel/panel-xutils.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'mate-panel') 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 #include #include 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 */ -#include "config.h" +#include #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 */ -#include "config.h" +#include #ifndef HAVE_X11 #error file should only be built when HAVE_X11 is enabled -- cgit v1.2.1