diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2007-05-08 04:08:50 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-05-08 04:08:50 +0800 |
commit | f0f2ad9e9994d43ec6cbae068036e6dd6b76dea6 (patch) | |
tree | 064eb45bea7ba85ff01afead075e4c7ec5b3006d /src | |
parent | 0114d1db781f79150405cf4330947f255c63a64f (diff) | |
download | gsoc2013-empathy-f0f2ad9e9994d43ec6cbae068036e6dd6b76dea6.tar gsoc2013-empathy-f0f2ad9e9994d43ec6cbae068036e6dd6b76dea6.tar.gz gsoc2013-empathy-f0f2ad9e9994d43ec6cbae068036e6dd6b76dea6.tar.bz2 gsoc2013-empathy-f0f2ad9e9994d43ec6cbae068036e6dd6b76dea6.tar.lz gsoc2013-empathy-f0f2ad9e9994d43ec6cbae068036e6dd6b76dea6.tar.xz gsoc2013-empathy-f0f2ad9e9994d43ec6cbae068036e6dd6b76dea6.tar.zst gsoc2013-empathy-f0f2ad9e9994d43ec6cbae068036e6dd6b76dea6.zip |
[darcs-to-svn @ fix including of mcd-*.h files]
svn path=/trunk/; revision=34
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-filter-plugin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/empathy-filter-plugin.c b/src/empathy-filter-plugin.c index 8579213f9..dfd749160 100644 --- a/src/empathy-filter-plugin.c +++ b/src/empathy-filter-plugin.c @@ -22,8 +22,8 @@ #include <glib.h> -#include <mission-control/mcd-dispatcher.h> -#include <mission-control/mcd-dispatcher-context.h> +#include <mcd-dispatcher.h> +#include <mcd-dispatcher-context.h> static void filter_plugin_text_channel (McdDispatcherContext *ctx); |