Remove unused includes of pidginstock.h

Sat, 07 Aug 2021 01:08:11 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Sat, 07 Aug 2021 01:08:11 -0500
changeset 41012
eafb65ed8c24
parent 41011
90dd69fd1372
child 41013
7941ed8c2ba0

Remove unused includes of pidginstock.h

Testing Done:
Compiled

Reviewed at https://reviews.imfreedom.org/r/883/

pidgin/gtkaccount.c file | annotate | diff | comparison | revisions
pidgin/gtkconn.c file | annotate | diff | comparison | revisions
pidgin/gtkdialogs.c file | annotate | diff | comparison | revisions
pidgin/gtkmedia.c file | annotate | diff | comparison | revisions
pidgin/gtkroomlist.c file | annotate | diff | comparison | revisions
pidgin/gtkxfer.c file | annotate | diff | comparison | revisions
pidgin/pidgindebug.c file | annotate | diff | comparison | revisions
--- 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>
 

mercurial