aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Barisione <marco.barisione@collabora.co.uk>2013-07-29 21:06:33 +0800
committerMarco Barisione <marco.barisione@collabora.co.uk>2013-08-20 18:03:05 +0800
commitc1f785d53882e5d06bdcf3692d1002e1607e4259 (patch)
treef8fd8f55a5ccca731942088a8887674d48e4b15c
parent89db427d713a8704e632776a1d7a628123cc82ff (diff)
downloadgsoc2013-empathy-c1f785d53882e5d06bdcf3692d1002e1607e4259.tar
gsoc2013-empathy-c1f785d53882e5d06bdcf3692d1002e1607e4259.tar.gz
gsoc2013-empathy-c1f785d53882e5d06bdcf3692d1002e1607e4259.tar.bz2
gsoc2013-empathy-c1f785d53882e5d06bdcf3692d1002e1607e4259.tar.lz
gsoc2013-empathy-c1f785d53882e5d06bdcf3692d1002e1607e4259.tar.xz
gsoc2013-empathy-c1f785d53882e5d06bdcf3692d1002e1607e4259.tar.zst
gsoc2013-empathy-c1f785d53882e5d06bdcf3692d1002e1607e4259.zip
contactinfo-utils: remove the include for empathy-ui-utils.h
https://bugzilla.gnome.org/show_bug.cgi?id=699492
-rw-r--r--libempathy-gtk/empathy-contactinfo-utils.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-contactinfo-utils.c b/libempathy-gtk/empathy-contactinfo-utils.c
index 0389e61d0..aeb52dd0d 100644
--- a/libempathy-gtk/empathy-contactinfo-utils.c
+++ b/libempathy-gtk/empathy-contactinfo-utils.c
@@ -23,12 +23,11 @@
#include "config.h"
#include "empathy-contactinfo-utils.h"
+#include <stdlib.h>
#include <glib/gi18n-lib.h>
#include <tp-account-widgets/tpaw-time.h>
#include <tp-account-widgets/tpaw-string-parser.h>
-#include "empathy-ui-utils.h"
-
static gchar *
linkify_first_value (GStrv values)
{