summaryrefslogtreecommitdiff
path: root/tp-account-widgets/tpaw-string-parser.c
diff options
context:
space:
mode:
authorMarco Barisione <marco.barisione@collabora.co.uk>2013-05-13 10:23:22 +0100
committerMarco Barisione <marco.barisione@collabora.co.uk>2013-08-20 11:03:07 +0100
commitb879d882f8b12126cc8f513a88aae77c2c65ae5f (patch)
treed49373eceb7c8c999bb04c269f21819360109172 /tp-account-widgets/tpaw-string-parser.c
parentdf2ff24c6a132e4b6cd40c9f82a24cec8c04a4aa (diff)
downloadtelepathy-account-widgets-b879d882f8b12126cc8f513a88aae77c2c65ae5f.tar.gz
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-string-parser.c')
-rw-r--r--tp-account-widgets/tpaw-string-parser.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tp-account-widgets/tpaw-string-parser.c b/tp-account-widgets/tpaw-string-parser.c
index 93ed79ae..eb70c06d 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 "\\[\\](){},;:"