diff options
author | Marco Barisione <marco.barisione@collabora.co.uk> | 2013-05-13 17:23:22 +0800 |
---|---|---|
committer | Marco Barisione <marco.barisione@collabora.co.uk> | 2013-08-20 18:03:07 +0800 |
commit | b879d882f8b12126cc8f513a88aae77c2c65ae5f (patch) | |
tree | d49373eceb7c8c999bb04c269f21819360109172 /tp-account-widgets/tpaw-account-widget-sip.c | |
parent | df2ff24c6a132e4b6cd40c9f82a24cec8c04a4aa (diff) | |
download | gsoc2013-empathy-b879d882f8b12126cc8f513a88aae77c2c65ae5f.tar gsoc2013-empathy-b879d882f8b12126cc8f513a88aae77c2c65ae5f.tar.gz gsoc2013-empathy-b879d882f8b12126cc8f513a88aae77c2c65ae5f.tar.bz2 gsoc2013-empathy-b879d882f8b12126cc8f513a88aae77c2c65ae5f.tar.lz gsoc2013-empathy-b879d882f8b12126cc8f513a88aae77c2c65ae5f.tar.xz gsoc2013-empathy-b879d882f8b12126cc8f513a88aae77c2c65ae5f.tar.zst gsoc2013-empathy-b879d882f8b12126cc8f513a88aae77c2c65ae5f.zip |
tp-account-widgets: don't include empathy(-ui)-utils.h
https://bugzilla.gnome.org/show_bug.cgi?id=699492
Diffstat (limited to 'tp-account-widgets/tpaw-account-widget-sip.c')
-rw-r--r-- | tp-account-widgets/tpaw-account-widget-sip.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tp-account-widgets/tpaw-account-widget-sip.c b/tp-account-widgets/tpaw-account-widget-sip.c index 1e48e312c..c3e8fdb32 100644 --- a/tp-account-widgets/tpaw-account-widget-sip.c +++ b/tp-account-widgets/tpaw-account-widget-sip.c @@ -26,7 +26,6 @@ #include "tpaw-account-widget-private.h" #include "tpaw-builder.h" -#include "empathy-ui-utils.h" typedef struct { TpawAccountWidget *self; |