diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-02-10 05:06:58 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-02-10 05:06:58 +0800 |
commit | 8566eedace4bc9ffe440e3bd057b08a9f3810d09 (patch) | |
tree | ae2f0fe08a3d5cd2eaf28def4106a4bfa422da7e /libempathy-gtk/empathy-presence-chooser.c | |
parent | b14a2d1a15a4fa17acd02afb6958ff57a8e0c6d6 (diff) | |
download | gsoc2013-empathy-8566eedace4bc9ffe440e3bd057b08a9f3810d09.tar gsoc2013-empathy-8566eedace4bc9ffe440e3bd057b08a9f3810d09.tar.gz gsoc2013-empathy-8566eedace4bc9ffe440e3bd057b08a9f3810d09.tar.bz2 gsoc2013-empathy-8566eedace4bc9ffe440e3bd057b08a9f3810d09.tar.lz gsoc2013-empathy-8566eedace4bc9ffe440e3bd057b08a9f3810d09.tar.xz gsoc2013-empathy-8566eedace4bc9ffe440e3bd057b08a9f3810d09.tar.zst gsoc2013-empathy-8566eedace4bc9ffe440e3bd057b08a9f3810d09.zip |
Do not export symbols outside the empathy_ namespace.
svn path=/trunk/; revision=613
Diffstat (limited to 'libempathy-gtk/empathy-presence-chooser.c')
-rw-r--r-- | libempathy-gtk/empathy-presence-chooser.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-presence-chooser.c b/libempathy-gtk/empathy-presence-chooser.c index e543a5f1f..dfed7bfc7 100644 --- a/libempathy-gtk/empathy-presence-chooser.c +++ b/libempathy-gtk/empathy-presence-chooser.c @@ -37,7 +37,6 @@ #include <libempathy/empathy-idle.h> #include <libempathy/empathy-utils.h> #include <libempathy/empathy-debug.h> -#include <libempathy/empathy-marshal.h> #include <libempathy/empathy-status-presets.h> #include "empathy-ui-utils.h" |