summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-client.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2011-07-25 11:30:13 +0200
committerXavier Claessens <xclaesse@gmail.com>2011-07-25 11:30:13 +0200
commit7551732815526391f15f6e1ab94bfee7a310c199 (patch)
treeb439d93e3fb72fe555b3a52811099afbb7f7fd91 /telepathy-glib/base-client.c
parent8f2263089e92543d62e40d6b6eb7bb01cd725deb (diff)
downloadtelepathy-glib-7551732815526391f15f6e1ab94bfee7a310c199.tar.gz
Fix inconsistency in #include
Diffstat (limited to 'telepathy-glib/base-client.c')
-rw-r--r--telepathy-glib/base-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/base-client.c b/telepathy-glib/base-client.c
index ab67288ae..c80dd346c 100644
--- a/telepathy-glib/base-client.c
+++ b/telepathy-glib/base-client.c
@@ -195,7 +195,7 @@
#define DEBUG_FLAG TP_DEBUG_CLIENT
#include "telepathy-glib/debug-internal.h"
-#include <telepathy-glib/simple-client-factory-internal.h>
+#include "telepathy-glib/simple-client-factory-internal.h"
#include "telepathy-glib/_gen/signals-marshal.h"
#include "telepathy-glib/util-internal.h"