diff options
author | Luis Menina <liberforce@freeside.fr> | 2009-06-14 04:37:40 +0800 |
---|---|---|
committer | Luis Menina <liberforce@freeside.fr> | 2009-06-14 04:48:47 +0800 |
commit | 3064b1394d1d98f10808b0cf25474c2541851dd4 (patch) | |
tree | 157c8dd9eb6d04d6c585ddf4e176e766cec73343 /src/empathy-about-dialog.c | |
parent | 7e2814612216637ed537c879646bd0691f883455 (diff) | |
download | gsoc2013-empathy-3064b1394d1d98f10808b0cf25474c2541851dd4.tar gsoc2013-empathy-3064b1394d1d98f10808b0cf25474c2541851dd4.tar.gz gsoc2013-empathy-3064b1394d1d98f10808b0cf25474c2541851dd4.tar.bz2 gsoc2013-empathy-3064b1394d1d98f10808b0cf25474c2541851dd4.tar.lz gsoc2013-empathy-3064b1394d1d98f10808b0cf25474c2541851dd4.tar.xz gsoc2013-empathy-3064b1394d1d98f10808b0cf25474c2541851dd4.tar.zst gsoc2013-empathy-3064b1394d1d98f10808b0cf25474c2541851dd4.zip |
[Goal] Clean up GLib and GTK+ includes in empathy (Fixes #585669)
Allows to compile with G_DISABLE_SINGLE_INCLUDES,
GDK_PIXBUF_DISABLE_SINGLE_INCLUDES and GTK_DISABLE_SINGLE_INCLUDES.
This prepares for the GNOME 3.0 transition.
Diffstat (limited to 'src/empathy-about-dialog.c')
-rw-r--r-- | src/empathy-about-dialog.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/empathy-about-dialog.c b/src/empathy-about-dialog.c index 62c545864..dd30e3aed 100644 --- a/src/empathy-about-dialog.c +++ b/src/empathy-about-dialog.c @@ -25,8 +25,7 @@ #include <config.h> #include <glib/gi18n.h> -#include <gtk/gtkaboutdialog.h> -#include <gtk/gtksizegroup.h> +#include <gtk/gtk.h> #include <libempathy-gtk/empathy-ui-utils.h> |