aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Barisione <marco.barisione@collabora.co.uk>2013-05-13 17:23:22 +0800
committerMarco Barisione <marco.barisione@collabora.co.uk>2013-08-20 18:03:07 +0800
commitb879d882f8b12126cc8f513a88aae77c2c65ae5f (patch)
treed49373eceb7c8c999bb04c269f21819360109172
parentdf2ff24c6a132e4b6cd40c9f82a24cec8c04a4aa (diff)
downloadgsoc2013-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
-rw-r--r--tp-account-widgets/tpaw-account-settings.c1
-rw-r--r--tp-account-widgets/tpaw-account-widget-irc.c1
-rw-r--r--tp-account-widgets/tpaw-account-widget-sip.c1
-rw-r--r--tp-account-widgets/tpaw-account-widget.c2
-rw-r--r--tp-account-widgets/tpaw-avatar-chooser.c3
-rw-r--r--tp-account-widgets/tpaw-connection-managers.c1
-rw-r--r--tp-account-widgets/tpaw-irc-network-chooser-dialog.c1
-rw-r--r--tp-account-widgets/tpaw-irc-network-chooser.c2
-rw-r--r--tp-account-widgets/tpaw-irc-network-dialog.c1
-rw-r--r--tp-account-widgets/tpaw-irc-network-manager.c1
-rw-r--r--tp-account-widgets/tpaw-irc-network.c1
-rw-r--r--tp-account-widgets/tpaw-irc-server.c1
-rw-r--r--tp-account-widgets/tpaw-keyring.c1
-rw-r--r--tp-account-widgets/tpaw-live-search.c1
-rw-r--r--tp-account-widgets/tpaw-string-parser.c2
-rw-r--r--tp-account-widgets/tpaw-user-info.c2
16 files changed, 0 insertions, 22 deletions
diff --git a/tp-account-widgets/tpaw-account-settings.c b/tp-account-widgets/tpaw-account-settings.c
index 882041719..02abff60d 100644
--- a/tp-account-widgets/tpaw-account-settings.c
+++ b/tp-account-widgets/tpaw-account-settings.c
@@ -23,7 +23,6 @@
#include "tpaw-connection-managers.h"
#include "tpaw-keyring.h"
-#include "empathy-utils.h"
#include "tpaw-utils.h"
#define DEBUG_FLAG TPAW_DEBUG_ACCOUNT
diff --git a/tp-account-widgets/tpaw-account-widget-irc.c b/tp-account-widgets/tpaw-account-widget-irc.c
index 6aad97f98..b6ef8776d 100644
--- a/tp-account-widgets/tpaw-account-widget-irc.c
+++ b/tp-account-widgets/tpaw-account-widget-irc.c
@@ -23,7 +23,6 @@
#include "tpaw-account-widget-private.h"
#include "tpaw-builder.h"
-#include "empathy-ui-utils.h"
#define DEBUG_FLAG TPAW_DEBUG_ACCOUNT | TPAW_DEBUG_IRC
#include "tpaw-debug.h"
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;
diff --git a/tp-account-widgets/tpaw-account-widget.c b/tp-account-widgets/tpaw-account-widget.c
index 9080d1129..f8b82e39f 100644
--- a/tp-account-widgets/tpaw-account-widget.c
+++ b/tp-account-widgets/tpaw-account-widget.c
@@ -34,8 +34,6 @@
#include "tpaw-account-widget-private.h"
#include "tpaw-account-widget-sip.h"
#include "tpaw-builder.h"
-#include "empathy-ui-utils.h"
-#include "empathy-utils.h"
#include "tpaw-utils.h"
#define DEBUG_FLAG TPAW_DEBUG_ACCOUNT
diff --git a/tp-account-widgets/tpaw-avatar-chooser.c b/tp-account-widgets/tpaw-avatar-chooser.c
index 9b95f42e5..d40666e75 100644
--- a/tp-account-widgets/tpaw-avatar-chooser.c
+++ b/tp-account-widgets/tpaw-avatar-chooser.c
@@ -34,9 +34,6 @@
#include <cheese-avatar-chooser.h>
#endif /* HAVE_CHEESE */
-#include "empathy-ui-utils.h"
-#include "empathy-utils.h"
-
#define DEBUG_FLAG TPAW_DEBUG_OTHER
#include "tpaw-debug.h"
diff --git a/tp-account-widgets/tpaw-connection-managers.c b/tp-account-widgets/tpaw-connection-managers.c
index 33f29f3d1..d7cd8b69f 100644
--- a/tp-account-widgets/tpaw-connection-managers.c
+++ b/tp-account-widgets/tpaw-connection-managers.c
@@ -21,7 +21,6 @@
#include "config.h"
#include "tpaw-connection-managers.h"
-#include "empathy-utils.h"
#include "tpaw-utils.h"
#define DEBUG_FLAG TPAW_DEBUG_OTHER
diff --git a/tp-account-widgets/tpaw-irc-network-chooser-dialog.c b/tp-account-widgets/tpaw-irc-network-chooser-dialog.c
index 9362ec3c0..80d76a747 100644
--- a/tp-account-widgets/tpaw-irc-network-chooser-dialog.c
+++ b/tp-account-widgets/tpaw-irc-network-chooser-dialog.c
@@ -28,7 +28,6 @@
#include "tpaw-irc-network-manager.h"
#include "tpaw-live-search.h"
#include "tpaw-utils.h"
-#include "empathy-utils.h"
#define DEBUG_FLAG TPAW_DEBUG_ACCOUNT | TPAW_DEBUG_IRC
#include "tpaw-debug.h"
diff --git a/tp-account-widgets/tpaw-irc-network-chooser.c b/tp-account-widgets/tpaw-irc-network-chooser.c
index 88f37c551..977f0ac3e 100644
--- a/tp-account-widgets/tpaw-irc-network-chooser.c
+++ b/tp-account-widgets/tpaw-irc-network-chooser.c
@@ -25,8 +25,6 @@
#include "tpaw-irc-network-chooser-dialog.h"
#include "tpaw-irc-network-manager.h"
#include "tpaw-utils.h"
-#include "empathy-ui-utils.h"
-#include "empathy-utils.h"
#define DEBUG_FLAG TPAW_DEBUG_ACCOUNT | TPAW_DEBUG_IRC
#include "tpaw-debug.h"
diff --git a/tp-account-widgets/tpaw-irc-network-dialog.c b/tp-account-widgets/tpaw-irc-network-dialog.c
index e077f56f8..3a83d947d 100644
--- a/tp-account-widgets/tpaw-irc-network-dialog.c
+++ b/tp-account-widgets/tpaw-irc-network-dialog.c
@@ -24,7 +24,6 @@
#include <glib/gi18n-lib.h>
#include <stdlib.h>
-#include "empathy-ui-utils.h"
#include "tpaw-builder.h"
#include "tpaw-utils.h"
#include "totem-subtitle-encoding.h"
diff --git a/tp-account-widgets/tpaw-irc-network-manager.c b/tp-account-widgets/tpaw-irc-network-manager.c
index a2c653667..8d074509b 100644
--- a/tp-account-widgets/tpaw-irc-network-manager.c
+++ b/tp-account-widgets/tpaw-irc-network-manager.c
@@ -23,7 +23,6 @@
#include <sys/stat.h>
-#include "empathy-utils.h"
#include "tpaw-utils.h"
#define DEBUG_FLAG TPAW_DEBUG_IRC
diff --git a/tp-account-widgets/tpaw-irc-network.c b/tp-account-widgets/tpaw-irc-network.c
index 1aa63309f..f7355f369 100644
--- a/tp-account-widgets/tpaw-irc-network.c
+++ b/tp-account-widgets/tpaw-irc-network.c
@@ -21,7 +21,6 @@
#include "config.h"
#include "tpaw-irc-network.h"
-#include "empathy-utils.h"
#include "tpaw-utils.h"
struct _TpawIrcNetworkPriv
diff --git a/tp-account-widgets/tpaw-irc-server.c b/tp-account-widgets/tpaw-irc-server.c
index f459448cb..1bc3b8875 100644
--- a/tp-account-widgets/tpaw-irc-server.c
+++ b/tp-account-widgets/tpaw-irc-server.c
@@ -21,7 +21,6 @@
#include "config.h"
#include "tpaw-irc-server.h"
-#include "empathy-utils.h"
#include "tpaw-utils.h"
struct _TpawIrcServerPriv
diff --git a/tp-account-widgets/tpaw-keyring.c b/tp-account-widgets/tpaw-keyring.c
index 4cebaadd4..533b0da7a 100644
--- a/tp-account-widgets/tpaw-keyring.c
+++ b/tp-account-widgets/tpaw-keyring.c
@@ -32,7 +32,6 @@
#include "tpaw-uoa-utils.h"
#endif
-#include "empathy-utils.h"
#include "tpaw-utils.h"
#define DEBUG_FLAG TPAW_DEBUG_OTHER
diff --git a/tp-account-widgets/tpaw-live-search.c b/tp-account-widgets/tpaw-live-search.c
index e86717e50..99d87f224 100644
--- a/tp-account-widgets/tpaw-live-search.c
+++ b/tp-account-widgets/tpaw-live-search.c
@@ -24,7 +24,6 @@
#include "config.h"
#include "tpaw-live-search.h"
-#include "empathy-utils.h"
#include "tpaw-utils.h"
G_DEFINE_TYPE (TpawLiveSearch, tpaw_live_search, GTK_TYPE_HBOX)
diff --git a/tp-account-widgets/tpaw-string-parser.c b/tp-account-widgets/tpaw-string-parser.c
index 93ed79aed..eb70c06d3 100644
--- a/tp-account-widgets/tpaw-string-parser.c
+++ b/tp-account-widgets/tpaw-string-parser.c
@@ -24,8 +24,6 @@
#include <string.h>
#include <tp-account-widgets/tpaw-utils.h>
-#include "empathy-ui-utils.h"
-
#define SCHEMES "([a-zA-Z\\+]+)"
#define INVALID_CHARS "\\s\"<>"
#define INVALID_CHARS_EXT INVALID_CHARS "\\[\\](){},;:"
diff --git a/tp-account-widgets/tpaw-user-info.c b/tp-account-widgets/tpaw-user-info.c
index 2cc634118..76b2f1d1f 100644
--- a/tp-account-widgets/tpaw-user-info.c
+++ b/tp-account-widgets/tpaw-user-info.c
@@ -27,8 +27,6 @@
#include <tp-account-widgets/tpaw-time.h>
#include <tp-account-widgets/tpaw-utils.h>
-#include "empathy-utils.h"
-
#define DEBUG_FLAG TPAW_DEBUG_CONTACT
#include "tpaw-debug.h"