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"' --- applets/clock/clock-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applets/clock/clock-utils.c') diff --git a/applets/clock/clock-utils.c b/applets/clock/clock-utils.c index a21c3b86..9f739099 100644 --- a/applets/clock/clock-utils.c +++ b/applets/clock/clock-utils.c @@ -24,7 +24,7 @@ * Most of the original code comes from clock.c */ -#include "config.h" +#include #ifdef HAVE_LANGINFO_H #include -- cgit v1.2.1