Thu, 10 Feb 2022 21:06:57 -0600
Remove some pidginstylecontext.h includes that were previously missed
Testing Done:
Compiled and grepped the logs for `style` and `pidgin_?style` and verified there were no mentions of either.
Reviewed at https://reviews.imfreedom.org/r/1297/
| pidgin/gtkblist.c | file | annotate | diff | comparison | revisions | |
| pidgin/gtkconv.c | file | annotate | diff | comparison | revisions | |
| pidgin/pidgincolor.c | file | annotate | diff | comparison | revisions |
--- a/pidgin/gtkblist.c Thu Feb 10 20:41:13 2022 -0600 +++ b/pidgin/gtkblist.c Thu Feb 10 21:06:57 2022 -0600 @@ -46,7 +46,6 @@ #include "pidgin/pidgindebug.h" #include "pidgin/pidginmooddialog.h" #include "pidgin/pidginplugininfo.h" -#include "pidgin/pidginstylecontext.h" #include <gdk/gdkkeysyms.h> #include <gtk/gtk.h>
--- a/pidgin/gtkconv.c Thu Feb 10 20:41:13 2022 -0600 +++ b/pidgin/gtkconv.c Thu Feb 10 21:06:57 2022 -0600 @@ -52,7 +52,6 @@ #include "pidgininvitedialog.h" #include "pidginmessage.h" #include "pidginpresenceicon.h" -#include "pidginstylecontext.h" #define ADD_MESSAGE_HISTORY_AT_ONCE 100
--- a/pidgin/pidgincolor.c Thu Feb 10 20:41:13 2022 -0600 +++ b/pidgin/pidgincolor.c Thu Feb 10 21:06:57 2022 -0600 @@ -22,8 +22,6 @@ #include "pidgincolor.h" -#include "pidginstylecontext.h" - /****************************************************************************** * Public API *****************************************************************************/