Fix compilation for gtk2 on systems with both gtk2 and gtk3 installed

Sat, 02 Feb 2013 19:51:45 +0100

author
Tomasz Wasilczyk <tomkiewicz@cpw.pidgin.im>
date
Sat, 02 Feb 2013 19:51:45 +0100
changeset 33721
4c1109126f5f
parent 33716
ba63fedda06d
child 33722
dd2cec2beaf6

Fix compilation for gtk2 on systems with both gtk2 and gtk3 installed

pidgin/gtkcellrendererexpander.c file | annotate | diff | comparison | revisions
pidgin/gtkdnd-hints.c file | annotate | diff | comparison | revisions
--- a/pidgin/gtkcellrendererexpander.c	Tue Jan 29 15:59:29 2013 -0600
+++ b/pidgin/gtkcellrendererexpander.c	Sat Feb 02 19:51:45 2013 +0100
@@ -29,7 +29,6 @@
  * Jonathon Blandford <jrb@redhat.com> for RedHat, Inc.
  */
 
-#include <gtk/gtk.h>
 #include "gtkcellrendererexpander.h"
 
 #include "gtk3compat.h"
--- a/pidgin/gtkdnd-hints.c	Tue Jan 29 15:59:29 2013 -0600
+++ b/pidgin/gtkdnd-hints.c	Sat Feb 02 19:51:45 2013 +0100
@@ -26,7 +26,6 @@
 
 #include "gtkdnd-hints.h"
 
-#include <gtk/gtk.h>
 #include <gdk/gdk.h>
 #include <gdk-pixbuf/gdk-pixbuf.h>
 

mercurial