aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-05-08 04:08:50 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-05-08 04:08:50 +0800
commit39b7d6e7ec35f9b5260216618a9d73d250f5aace (patch)
tree064eb45bea7ba85ff01afead075e4c7ec5b3006d /src
parentf487c13704c2e0e18bd9c70bf489c0aa9040681b (diff)
downloadgsoc2013-empathy-39b7d6e7ec35f9b5260216618a9d73d250f5aace.tar
gsoc2013-empathy-39b7d6e7ec35f9b5260216618a9d73d250f5aace.tar.gz
gsoc2013-empathy-39b7d6e7ec35f9b5260216618a9d73d250f5aace.tar.bz2
gsoc2013-empathy-39b7d6e7ec35f9b5260216618a9d73d250f5aace.tar.lz
gsoc2013-empathy-39b7d6e7ec35f9b5260216618a9d73d250f5aace.tar.xz
gsoc2013-empathy-39b7d6e7ec35f9b5260216618a9d73d250f5aace.tar.zst
gsoc2013-empathy-39b7d6e7ec35f9b5260216618a9d73d250f5aace.zip
[darcs-to-svn @ fix including of mcd-*.h files]
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@34 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'src')
-rw-r--r--src/empathy-filter-plugin.c4
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);