diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-01-17 01:02:31 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-17 01:02:31 +0800 |
commit | f542337fdadd7d15e3e0de27e1b4650078f38301 (patch) | |
tree | 1f9b989e2955293599ef48b7ab9631032051bfec /libempathy/empathy-dispatch-operation.c | |
parent | 8c64c693c7c50c546c6fceb538904a774f0a53da (diff) | |
download | gsoc2013-empathy-f542337fdadd7d15e3e0de27e1b4650078f38301.tar gsoc2013-empathy-f542337fdadd7d15e3e0de27e1b4650078f38301.tar.gz gsoc2013-empathy-f542337fdadd7d15e3e0de27e1b4650078f38301.tar.bz2 gsoc2013-empathy-f542337fdadd7d15e3e0de27e1b4650078f38301.tar.lz gsoc2013-empathy-f542337fdadd7d15e3e0de27e1b4650078f38301.tar.xz gsoc2013-empathy-f542337fdadd7d15e3e0de27e1b4650078f38301.tar.zst gsoc2013-empathy-f542337fdadd7d15e3e0de27e1b4650078f38301.zip |
Removed extensions.h inclusion in public API.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2236
Diffstat (limited to 'libempathy/empathy-dispatch-operation.c')
-rw-r--r-- | libempathy/empathy-dispatch-operation.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-dispatch-operation.c b/libempathy/empathy-dispatch-operation.c index b9710dc0e..ee5b64d96 100644 --- a/libempathy/empathy-dispatch-operation.c +++ b/libempathy/empathy-dispatch-operation.c @@ -30,6 +30,8 @@ #include "empathy-marshal.h" +#include "extensions/extensions.h" + #define DEBUG_FLAG EMPATHY_DEBUG_DISPATCHER #include <libempathy/empathy-debug.h> |