[empathy] tp-account-widgets: don't include empathy(-ui)-utils.h



commit b879d882f8b12126cc8f513a88aae77c2c65ae5f
Author: Marco Barisione <marco barisione collabora co uk>
Date:   Mon May 13 10:23:22 2013 +0100

    tp-account-widgets: don't include empathy(-ui)-utils.h
    
    https://bugzilla.gnome.org/show_bug.cgi?id=699492

 tp-account-widgets/tpaw-account-settings.c         |    1 -
 tp-account-widgets/tpaw-account-widget-irc.c       |    1 -
 tp-account-widgets/tpaw-account-widget-sip.c       |    1 -
 tp-account-widgets/tpaw-account-widget.c           |    2 --
 tp-account-widgets/tpaw-avatar-chooser.c           |    3 ---
 tp-account-widgets/tpaw-connection-managers.c      |    1 -
 .../tpaw-irc-network-chooser-dialog.c              |    1 -
 tp-account-widgets/tpaw-irc-network-chooser.c      |    2 --
 tp-account-widgets/tpaw-irc-network-dialog.c       |    1 -
 tp-account-widgets/tpaw-irc-network-manager.c      |    1 -
 tp-account-widgets/tpaw-irc-network.c              |    1 -
 tp-account-widgets/tpaw-irc-server.c               |    1 -
 tp-account-widgets/tpaw-keyring.c                  |    1 -
 tp-account-widgets/tpaw-live-search.c              |    1 -
 tp-account-widgets/tpaw-string-parser.c            |    2 --
 tp-account-widgets/tpaw-user-info.c                |    2 --
 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 8820417..02abff6 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 6aad97f..b6ef877 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 1e48e31..c3e8fdb 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 9080d11..f8b82e3 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 9b95f42..d40666e 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 33f29f3..d7cd8b6 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 9362ec3..80d76a7 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 88f37c5..977f0ac 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 e077f56..3a83d94 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 a2c6536..8d07450 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 1aa6330..f7355f3 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 f459448..1bc3b88 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 4cebaad..533b0da 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 e86717e..99d87f2 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 93ed79a..eb70c06 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 2cc6341..76b2f1d 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"
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]