commit 88d7c29f42cd19ae015617ea2e07da05cab70593
parent 50a05744c402a511d5382ddfa723c1be4ca32cb2
Author: Ricardo Mones <ricardo@mones.org>
Date: Mon, 15 Apr 2024 16:36:54 +0200
Remove unused includes
Completes previous patch :-)
Diffstat:
4 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/src/gtk/progressdialog.c b/src/gtk/progressdialog.c
@@ -28,7 +28,6 @@
#include "progressdialog.h"
#include "gtkutils.h"
#include "utils.h"
-#include "prefs_common.h"
enum {
PROGRESS_IMAGE,
diff --git a/src/plugins/att_remover/att_remover.c b/src/plugins/att_remover/att_remover.c
@@ -43,7 +43,6 @@
#include "menu.h"
#include "claws.h"
#include "plugin.h"
-#include "prefs_common.h"
#include "defs.h"
#include "prefs_gtk.h"
diff --git a/src/plugins/notification/notification_foldercheck.c b/src/plugins/notification/notification_foldercheck.c
@@ -44,7 +44,6 @@
#include "common/prefs.h"
#include "common/xml.h"
#include "common/hooks.h"
-#include "prefs_common.h"
/* local includes */
#include "notification_foldercheck.h"
diff --git a/src/prefs_customheader.c b/src/prefs_customheader.c
@@ -35,7 +35,6 @@
#include "main.h"
#include "prefs_gtk.h"
#include "prefs_customheader.h"
-#include "prefs_common.h"
#include "prefs_account.h"
#include "mainwindow.h"
#include "foldersel.h"