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-chat-window.h | |
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-chat-window.h')
-rw-r--r-- | src/empathy-chat-window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-chat-window.h b/src/empathy-chat-window.h index 835d67296..c46ef8fc4 100644 --- a/src/empathy-chat-window.h +++ b/src/empathy-chat-window.h @@ -29,7 +29,7 @@ #define __EMPATHY_CHAT_WINDOW_H__ #include <glib-object.h> -#include <gtk/gtkwidget.h> +#include <gtk/gtk.h> #include <libmissioncontrol/mc-account.h> #include <libempathy-gtk/empathy-chat.h> |