diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-22 00:22:39 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-22 00:22:39 +0800 |
commit | 6b545adcf659e1ab84b7184305ca687a8c54a15e (patch) | |
tree | a03d11b71941740b20ae3b7d25ef774994237379 /libempathy/empathy-dispatcher.h | |
parent | 581cb660404201e7cba56088cca34195e3bee866 (diff) | |
download | gsoc2013-empathy-6b545adcf659e1ab84b7184305ca687a8c54a15e.tar gsoc2013-empathy-6b545adcf659e1ab84b7184305ca687a8c54a15e.tar.gz gsoc2013-empathy-6b545adcf659e1ab84b7184305ca687a8c54a15e.tar.bz2 gsoc2013-empathy-6b545adcf659e1ab84b7184305ca687a8c54a15e.tar.lz gsoc2013-empathy-6b545adcf659e1ab84b7184305ca687a8c54a15e.tar.xz gsoc2013-empathy-6b545adcf659e1ab84b7184305ca687a8c54a15e.tar.zst gsoc2013-empathy-6b545adcf659e1ab84b7184305ca687a8c54a15e.zip |
Cleanup the coding style. If we can't get info about the GFile we abord the FT.
svn path=/trunk/; revision=1875
Diffstat (limited to 'libempathy/empathy-dispatcher.h')
-rw-r--r-- | libempathy/empathy-dispatcher.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-dispatcher.h b/libempathy/empathy-dispatcher.h index 4c47df651..6f9d4e718 100644 --- a/libempathy/empathy-dispatcher.h +++ b/libempathy/empathy-dispatcher.h @@ -23,11 +23,11 @@ #define __EMPATHY_DISPATCHER_H__ #include <glib.h> +#include <gio/gio.h> #include <telepathy-glib/channel.h> #include "empathy-contact.h" -#include "empathy-tp-file.h" G_BEGIN_DECLS |