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/panel-xutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mate-panel/panel-xutils.c') 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