diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-10-15 21:23:39 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-10-18 16:11:45 +0800 |
commit | 96311a0b2a5f03c2208ca8b383332ccfd154b8cb (patch) | |
tree | 1d6bc9a1f9470295a2513aea8feef5e75f6d85bd /src | |
parent | e34270c0664061091a9abdebe3df75e76adc5f3f (diff) | |
download | gsoc2013-empathy-96311a0b2a5f03c2208ca8b383332ccfd154b8cb.tar gsoc2013-empathy-96311a0b2a5f03c2208ca8b383332ccfd154b8cb.tar.gz gsoc2013-empathy-96311a0b2a5f03c2208ca8b383332ccfd154b8cb.tar.bz2 gsoc2013-empathy-96311a0b2a5f03c2208ca8b383332ccfd154b8cb.tar.lz gsoc2013-empathy-96311a0b2a5f03c2208ca8b383332ccfd154b8cb.tar.xz gsoc2013-empathy-96311a0b2a5f03c2208ca8b383332ccfd154b8cb.tar.zst gsoc2013-empathy-96311a0b2a5f03c2208ca8b383332ccfd154b8cb.zip |
empathy-accounts-common: no need to include unique
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-accounts-common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/empathy-accounts-common.c b/src/empathy-accounts-common.c index a14a95c59..8932fdbbc 100644 --- a/src/empathy-accounts-common.c +++ b/src/empathy-accounts-common.c @@ -31,7 +31,6 @@ #include <gtk/gtk.h> #include <glib/gi18n-lib.h> -#include <unique/unique.h> #include <telepathy-glib/account-manager.h> #include <telepathy-glib/util.h> |