/pidgin/main: 4c1109126f5f: Fix compilation for gtk2 on systems ...
Tomasz Wasilczyk
tomkiewicz at cpw.pidgin.im
Sat Feb 2 13:51:54 EST 2013
Changeset: 4c1109126f5f12c184b55da5d4fa3d26537d0ffe
Author: Tomasz Wasilczyk <tomkiewicz at cpw.pidgin.im>
Date: 2013-02-02 19:51 +0100
Branch: default
URL: http://hg.pidgin.im/pidgin/main/rev/4c1109126f5f
Description:
Fix compilation for gtk2 on systems with both gtk2 and gtk3 installed
diffstat:
pidgin/gtkcellrendererexpander.c | 1 -
pidgin/gtkdnd-hints.c | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
diffs (22 lines):
diff --git a/pidgin/gtkcellrendererexpander.c b/pidgin/gtkcellrendererexpander.c
--- a/pidgin/gtkcellrendererexpander.c
+++ b/pidgin/gtkcellrendererexpander.c
@@ -29,7 +29,6 @@
* Jonathon Blandford <jrb at redhat.com> for RedHat, Inc.
*/
-#include <gtk/gtk.h>
#include "gtkcellrendererexpander.h"
#include "gtk3compat.h"
diff --git a/pidgin/gtkdnd-hints.c b/pidgin/gtkdnd-hints.c
--- a/pidgin/gtkdnd-hints.c
+++ b/pidgin/gtkdnd-hints.c
@@ -26,7 +26,6 @@
#include "gtkdnd-hints.h"
-#include <gtk/gtk.h>
#include <gdk/gdk.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
More information about the Commits
mailing list