From 6bebceb3dbbd9e9fc2b4661499785157cebbc8a4 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 25 Nov 2020 18:55:02 +0100 Subject: mate-theme-info: remove unused includes --- capplets/common/mate-theme-info.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'capplets') diff --git a/capplets/common/mate-theme-info.c b/capplets/common/mate-theme-info.c index 91359f5e..01c83eec 100644 --- a/capplets/common/mate-theme-info.c +++ b/capplets/common/mate-theme-info.c @@ -23,12 +23,10 @@ */ #ifdef HAVE_CONFIG_H - #include +#include #endif -#include -#include -#include +#include #include #include #include @@ -1797,7 +1795,7 @@ mate_theme_init () } /* ~/.themes */ - top_theme_dir_string = g_build_filename (g_get_home_dir (), ".themes", NULL); + top_theme_dir_string = g_build_filename (g_get_home_dir (), ".themes", NULL); top_theme_dir = g_file_new_for_path (top_theme_dir_string); g_free (top_theme_dir_string); if (!g_file_query_exists (top_theme_dir, NULL)) -- cgit v1.2.1