pidgin/pidgin

Remove unused includes of pidginstock.h

2021-08-07, Gary Kramlich
eafb65ed8c24
Parents 90dd69fd1372
Children 7941ed8c2ba0
Remove unused includes of pidginstock.h

Testing Done:
Compiled

Reviewed at https://reviews.imfreedom.org/r/883/
--- a/pidgin/gtkaccount.c Wed Aug 04 04:42:29 2021 -0500
+++ b/pidgin/gtkaccount.c Sat Aug 07 01:08:11 2021 -0500
@@ -35,7 +35,6 @@
#include "gtkstatusbox.h"
#include "pidgincore.h"
#include "pidgindialog.h"
-#include "pidginstock.h"
#include "minidialog.h"
#include "pidginprotocolchooser.h"
--- a/pidgin/gtkconn.c Wed Aug 04 04:42:29 2021 -0500
+++ b/pidgin/gtkconn.c Sat Aug 07 01:08:11 2021 -0500
@@ -26,7 +26,6 @@
#include "gtkdialogs.h"
#include "gtkstatusbox.h"
#include "pidgincore.h"
-#include "pidginstock.h"
#include "gtkutils.h"
#define INITIAL_RECON_DELAY_MIN 8
--- a/pidgin/gtkdialogs.c Wed Aug 04 04:42:29 2021 -0500
+++ b/pidgin/gtkdialogs.c Sat Aug 07 01:08:11 2021 -0500
@@ -42,7 +42,6 @@
#include "pidgincore.h"
#include "pidgindialog.h"
#include "pidginlog.h"
-#include "pidginstock.h"
static GList *dialogwindows = NULL;
--- a/pidgin/gtkmedia.c Wed Aug 04 04:42:29 2021 -0500
+++ b/pidgin/gtkmedia.c Sat Aug 07 01:08:11 2021 -0500
@@ -32,7 +32,6 @@
#include "gtkmedia.h"
#include "gtkutils.h"
#include "pidgincore.h"
-#include "pidginstock.h"
#ifdef USE_VV
--- a/pidgin/gtkroomlist.c Wed Aug 04 04:42:29 2021 -0500
+++ b/pidgin/gtkroomlist.c Sat Aug 07 01:08:11 2021 -0500
@@ -29,7 +29,6 @@
#include "gtkutils.h"
#include "pidginaccountchooser.h"
-#include "pidginstock.h"
#define PIDGIN_TYPE_ROOMLIST_DIALOG (pidgin_roomlist_dialog_get_type())
G_DECLARE_FINAL_TYPE(PidginRoomlistDialog, pidgin_roomlist_dialog, PIDGIN,
--- a/pidgin/gtkxfer.c Wed Aug 04 04:42:29 2021 -0500
+++ b/pidgin/gtkxfer.c Sat Aug 07 01:08:11 2021 -0500
@@ -28,7 +28,6 @@
#include "gtkxfer.h"
#include "gtkutils.h"
#include "pidgincore.h"
-#include "pidginstock.h"
#ifdef _WIN32
# include <shellapi.h>
--- a/pidgin/pidgindebug.c Wed Aug 04 04:42:29 2021 -0500
+++ b/pidgin/pidgindebug.c Sat Aug 07 01:08:11 2021 -0500
@@ -34,7 +34,6 @@
#include "gtkutils.h"
#include "pidgincore.h"
#include "pidgindebug.h"
-#include "pidginstock.h"
#include <gdk/gdkkeysyms.h>