aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-06-13 19:13:55 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-06-13 19:13:55 +0800
commit407d8be946d461e31b19cb52038524a6590fb14d (patch)
treee029cba07192b95645f7ece515e38712f6587915
parent814548b3fe862f4ee1d8817bac989031eea983bc (diff)
downloadgsoc2013-empathy-407d8be946d461e31b19cb52038524a6590fb14d.tar
gsoc2013-empathy-407d8be946d461e31b19cb52038524a6590fb14d.tar.gz
gsoc2013-empathy-407d8be946d461e31b19cb52038524a6590fb14d.tar.bz2
gsoc2013-empathy-407d8be946d461e31b19cb52038524a6590fb14d.tar.lz
gsoc2013-empathy-407d8be946d461e31b19cb52038524a6590fb14d.tar.xz
gsoc2013-empathy-407d8be946d461e31b19cb52038524a6590fb14d.tar.zst
gsoc2013-empathy-407d8be946d461e31b19cb52038524a6590fb14d.zip
Do not include _gen/ files (Alban Crequy)
svn path=/trunk/; revision=1166
-rw-r--r--libempathy/empathy-tp-call.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-call.c b/libempathy/empathy-tp-call.c
index fd3503ca4..9fba6de05 100644
--- a/libempathy/empathy-tp-call.c
+++ b/libempathy/empathy-tp-call.c
@@ -25,7 +25,7 @@
#include <telepathy-glib/proxy-subclass.h>
#include <telepathy-glib/dbus.h>
-#include <telepathy-glib/_gen/telepathy-interfaces.h>
+#include <telepathy-glib/interfaces.h>
#include <extensions/extensions.h>