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/notification_area/na-host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applets/notification_area/na-host.c') diff --git a/applets/notification_area/na-host.c b/applets/notification_area/na-host.c index 969a6c70..20cdf6c9 100644 --- a/applets/notification_area/na-host.c +++ b/applets/notification_area/na-host.c @@ -16,7 +16,7 @@ * along with this program. If not, see . */ -#include "config.h" +#include #include "na-host.h" #include "na-item.h" -- cgit v1.2.1