diff options
author | Stef Walter <stefw@collabora.co.uk> | 2010-12-03 01:21:38 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-12-24 17:42:11 +0800 |
commit | 89ed5197c3cf61971b8425b176ce71073add7360 (patch) | |
tree | 547992b5f7293a27eec385291acd15e52fa43675 /libempathy-gtk/empathy-tls-dialog.c | |
parent | dfc08c3feee35e194fdb58441752ea82f79c166a (diff) | |
download | gsoc2013-empathy-89ed5197c3cf61971b8425b176ce71073add7360.tar gsoc2013-empathy-89ed5197c3cf61971b8425b176ce71073add7360.tar.gz gsoc2013-empathy-89ed5197c3cf61971b8425b176ce71073add7360.tar.bz2 gsoc2013-empathy-89ed5197c3cf61971b8425b176ce71073add7360.tar.lz gsoc2013-empathy-89ed5197c3cf61971b8425b176ce71073add7360.tar.xz gsoc2013-empathy-89ed5197c3cf61971b8425b176ce71073add7360.tar.zst gsoc2013-empathy-89ed5197c3cf61971b8425b176ce71073add7360.zip |
libempathy-gtk: No need to 'egg' gcr-simple-certificate.[ch]
These are now properly distributed by libgcr.
Diffstat (limited to 'libempathy-gtk/empathy-tls-dialog.c')
-rw-r--r-- | libempathy-gtk/empathy-tls-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-tls-dialog.c b/libempathy-gtk/empathy-tls-dialog.c index 9213ac458..3b5ec679d 100644 --- a/libempathy-gtk/empathy-tls-dialog.c +++ b/libempathy-gtk/empathy-tls-dialog.c @@ -26,7 +26,7 @@ #include <gcr/gcr.h> #include <telepathy-glib/util.h> -#include "gcr-simple-certificate.h" +#include <gcr/gcr-simple-certificate.h> #define DEBUG_FLAG EMPATHY_DEBUG_TLS #include <libempathy/empathy-debug.h> |